Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3451)

Unified Diff: chrome/browser/chromeos/cros/mount_library.h

Issue 7583041: Adding a format device button to UI. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Style fixes Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/cros/mount_library.h
diff --git a/chrome/browser/chromeos/cros/mount_library.h b/chrome/browser/chromeos/cros/mount_library.h
index 6a8e5921d0c5d078af89190f4c59189366860c12..51924603e0199b2c89eccc3adb4176289727193a 100644
--- a/chrome/browser/chromeos/cros/mount_library.h
+++ b/chrome/browser/chromeos/cros/mount_library.h
@@ -166,6 +166,8 @@ class MountLibrary {
// Factory function, creates a new instance and returns ownership.
// For normal usage, access the singleton via CrosLibrary::Get().
static MountLibrary* GetImpl(bool stub);
+ private:
+ virtual std::string FilePathToDevicePath(std::string file_path) = 0;
tbarzic 2011/08/12 19:31:13 Please, add this one to MountLibraryImpl, not Moun
sidor.dev 2011/08/12 20:27:09 Done.
};
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698