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

Unified Diff: chrome/browser/extensions/menu_manager_unittest.cc

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/menu_manager_unittest.cc
diff --git a/chrome/browser/extensions/menu_manager_unittest.cc b/chrome/browser/extensions/menu_manager_unittest.cc
index ef20359a5b4525bd1b5afe3c2be214b03fe55751..040c4eb20bcb6f3666ab5eca10b53d75e826543c 100644
--- a/chrome/browser/extensions/menu_manager_unittest.cc
+++ b/chrome/browser/extensions/menu_manager_unittest.cc
@@ -439,7 +439,7 @@ TEST_F(MenuManagerTest, ExtensionUnloadRemovesMenuItems) {
// A mock message service for tests of MenuManager::ExecuteCommand.
class MockEventRouter : public EventRouter {
public:
- explicit MockEventRouter(Profile* profile) : EventRouter(profile, NULL) {}
+ explicit MockEventRouter(Profile* profile) : EventRouter(profile) {}
MOCK_METHOD6(DispatchEventToExtensionMock,
void(const std::string& extension_id,

Powered by Google App Engine
This is Rietveld 408576698