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

Unified Diff: chrome/browser/sync/util/extensions_activity_monitor.h

Issue 333041: Take 2 at browser_sync::ExtensionsActivityMonitor.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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
« no previous file with comments | « chrome/browser/sync/protocol/sync.proto ('k') | chrome/browser/sync/util/extensions_activity_monitor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/util/extensions_activity_monitor.h
===================================================================
--- chrome/browser/sync/util/extensions_activity_monitor.h (revision 30162)
+++ chrome/browser/sync/util/extensions_activity_monitor.h (working copy)
@@ -42,8 +42,8 @@
typedef std::map<std::string, Record> Records;
// Creates an ExtensionsActivityMonitor to monitor extensions activities on
- // |ui_loop|.
- explicit ExtensionsActivityMonitor(MessageLoop* ui_loop);
+ // ChromeThread::UI.
+ ExtensionsActivityMonitor();
~ExtensionsActivityMonitor();
// Fills |buffer| with snapshot of current records in constant time by
@@ -62,13 +62,10 @@
Records records_;
mutable Lock records_lock_;
- // Kept for convenience.
- MessageLoop* const ui_loop_;
-
// Used only from UI loop.
NotificationRegistrar registrar_;
};
} // namespace browser_sync
-#endif // CHROME_BROWSER_SYNC_UTIL_EXTENSIONS_ACTIVITY_MONITOR_H_
+#endif // CHROME_BROWSER_SYNC_UTIL_EXTENSIONS_ACTIVITY_MONITOR_H_
« no previous file with comments | « chrome/browser/sync/protocol/sync.proto ('k') | chrome/browser/sync/util/extensions_activity_monitor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698