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

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

Issue 1495653003: [Media Router] Check MediaRouterDialogControllerImpl only sets toolbar MediaRouterAction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes per pkasting@'s comments. Created 5 years 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/mock_component_toolbar_actions_factory.h
diff --git a/chrome/browser/ui/toolbar/mock_component_toolbar_actions_factory.h b/chrome/browser/ui/toolbar/mock_component_toolbar_actions_factory.h
index 677001397dab5162ea904f546865f0f8e6e975df..d131d736f68cb0c8e8f94a8fd5de1d1ebd77bbc7 100644
--- a/chrome/browser/ui/toolbar/mock_component_toolbar_actions_factory.h
+++ b/chrome/browser/ui/toolbar/mock_component_toolbar_actions_factory.h
@@ -23,7 +23,8 @@ class MockComponentToolbarActionsFactory
std::set<std::string> GetComponentIds(Profile* profile) override;
scoped_ptr<ToolbarActionViewController> GetComponentToolbarActionForId(
const std::string& id,
- Browser* browser) override;
+ Browser* browser,
+ ToolbarActionsBar* bar) override;
private:
DISALLOW_COPY_AND_ASSIGN(MockComponentToolbarActionsFactory);

Powered by Google App Engine
This is Rietveld 408576698