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

Unified Diff: chrome/browser/ui/toolbar/component_toolbar_actions_factory.h

Issue 2332693003: Show media router toolbar icon ephemerally for active local routes and issues (Closed)
Patch Set: Created 4 years, 3 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/ui/toolbar/component_toolbar_actions_factory.h
diff --git a/chrome/browser/ui/toolbar/component_toolbar_actions_factory.h b/chrome/browser/ui/toolbar/component_toolbar_actions_factory.h
index 3f00ca9c1d0f53b37bf12b5b59da8bfb5deabfdb..372f3fd50bf8bccf390ef1dbf617c6f1655e70e2 100644
--- a/chrome/browser/ui/toolbar/component_toolbar_actions_factory.h
+++ b/chrome/browser/ui/toolbar/component_toolbar_actions_factory.h
@@ -52,6 +52,8 @@ class ComponentToolbarActionsFactory {
extensions::ComponentMigrationHelper* helper,
Profile* profile) const;
+ virtual void InitializeComponentActionControllers(Profile* profile);
Devlin 2016/09/15 21:19:17 add function comment
takumif 2016/09/16 21:19:22 Replacing this with ServiceIsCreatedWithBrowserCon
imcheng 2016/09/16 21:47:48 This doesn't need to be virtual unless you are ove
+
// Sets the factory to use for testing purposes.
// Ownership remains with the caller.
static void SetTestingFactory(ComponentToolbarActionsFactory* factory);

Powered by Google App Engine
This is Rietveld 408576698