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

Unified Diff: chrome/browser/extensions/extension_service.h

Issue 11359081: Lazy initialization for ProcessesEventRouter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month 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/extensions/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index 2cac53556bb96cb05ce2aed8ddfb89b9d83c695b..9907a35fcbc3162e0dd37f71cf286eac6c0a52f5 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -897,6 +897,8 @@ class ExtensionService
// Flag to make sure event routers are only initialized once.
bool event_routers_initialized_;
+ // TODO(yoz): None of these should be owned by ExtensionService.
+ // crbug.com/159265
Aaron Boodman 2012/11/07 23:51:28 Nit: kill the fancy indenting.
Yoyo Zhou 2012/11/08 00:18:16 Done.
scoped_ptr<HistoryExtensionEventRouter> history_event_router_;
scoped_ptr<extensions::BrowserEventRouter> browser_event_router_;

Powered by Google App Engine
This is Rietveld 408576698