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

Unified Diff: chrome/browser/chromeos/webui/imageburner_ui.h

Issue 6674043: Rewritten MountLibrary to work with non-blocking mount API calls in libcros.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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/webui/imageburner_ui.h
===================================================================
--- chrome/browser/chromeos/webui/imageburner_ui.h (revision 78219)
+++ chrome/browser/chromeos/webui/imageburner_ui.h (working copy)
@@ -46,9 +46,10 @@
virtual void RegisterMessages();
// chromeos::MountLibrary::Observer interface
- virtual void MountChanged(chromeos::MountLibrary* obj,
- chromeos::MountEventType evt,
- const std::string& path);
+ virtual void DiskChanged(chromeos::MountLibraryEventType event,
+ const chromeos::MountLibrary::Disk* disk);
+ virtual void DeviceChanged(chromeos::MountLibraryEventType event,
+ const std::string& device_path);
// chromeos::BurnLibrary::Observer interface
virtual void ProgressUpdated(chromeos::BurnLibrary* object,

Powered by Google App Engine
This is Rietveld 408576698