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

Unified Diff: chrome/browser/extensions/settings/settings_test_util.cc

Issue 10941003: Reset registered events and dispatch runtime.onInstalled to all extensions when (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ? Created 8 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/extensions/settings/settings_test_util.cc
diff --git a/chrome/browser/extensions/settings/settings_test_util.cc b/chrome/browser/extensions/settings/settings_test_util.cc
index 951ea118a55a6ac8cad18f5c37ab8cafc3e1dda3..757d27c4f6c2a1ce2c20426c67e73609f250a0c3 100644
--- a/chrome/browser/extensions/settings/settings_test_util.cc
+++ b/chrome/browser/extensions/settings/settings_test_util.cc
@@ -109,7 +109,7 @@ void MockExtensionService::AddExtensionWithIdAndPermissions(
MockProfile::MockProfile(const FilePath& file_path)
: TestingProfile(file_path) {
- event_router_.reset(new EventRouter(this));
+ event_router_.reset(new EventRouter(this, NULL));
}
MockProfile::~MockProfile() {}

Powered by Google App Engine
This is Rietveld 408576698