chromium/chrome/utility/image_writer/image_writer_stub.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/utility/image_writer/image_writer.h"

// This file contains the default version of the platform-specific methods of
// the ImageWriter.  Add new platforms by creating a new version of these
// methods and updating the compliation rules appropriately.
namespace image_writer {

bool ImageWriter::IsValidDevice() {}

void ImageWriter::UnmountVolumes(base::OnceClosure continuation) {}

bool ImageWriter::OpenDevice() {}

}  // namespace image_writer