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

Unified Diff: base/system_monitor/system_monitor.h

Issue 10781014: Isolated FS for media devices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix shared_build compile error. Created 8 years, 5 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: base/system_monitor/system_monitor.h
diff --git a/base/system_monitor/system_monitor.h b/base/system_monitor/system_monitor.h
index 359feb67baa07a8c82594734589669f64ba1de5c..9d25a6e01b3886e85f17c17bbb18205a62805096 100644
--- a/base/system_monitor/system_monitor.h
+++ b/base/system_monitor/system_monitor.h
@@ -149,7 +149,8 @@ class BASE_EXPORT SystemMonitor {
MediaDeviceType type,
const FilePath::StringType& location) {}
- virtual void OnMediaDeviceDetached(const std::string& id) {}
+ virtual void OnMediaDeviceDetached(const std::string& id,
+ const FilePath::StringType& location) {}
protected:
virtual ~DevicesChangedObserver() {}
@@ -208,8 +209,9 @@ class BASE_EXPORT SystemMonitor {
void NotifyMediaDeviceAttached(const std::string& id,
const string16& name,
MediaDeviceType type,
- const FilePath::StringType& data);
- void NotifyMediaDeviceDetached(const std::string& id);
+ const FilePath::StringType& location);
+ void NotifyMediaDeviceDetached(const std::string& id,
+ const FilePath::StringType& location);
void NotifyPowerStateChange();
void NotifySuspend();
void NotifyResume();
« no previous file with comments | « no previous file | base/system_monitor/system_monitor.cc » ('j') | webkit/fileapi/file_system_operation_context.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698