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

Unified Diff: chrome/test/base/testing_profile.h

Issue 11232066: Remove GetExtensionEventRouter from Profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 2 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/test/base/testing_profile.h
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
index d85ee64f3f927dbe656ae691cc3c85165f6cdb98..8b41dca83d58318daa671f2d55b64542c77dcf13 100644
--- a/chrome/test/base/testing_profile.h
+++ b/chrome/test/base/testing_profile.h
@@ -211,7 +211,6 @@ class TestingProfile : public Profile {
virtual Profile* GetOriginalProfile() OVERRIDE;
virtual ExtensionService* GetExtensionService() OVERRIDE;
virtual extensions::UserScriptMaster* GetUserScriptMaster() OVERRIDE;
- virtual extensions::EventRouter* GetExtensionEventRouter() OVERRIDE;
void SetExtensionSpecialStoragePolicy(
ExtensionSpecialStoragePolicy* extension_special_storage_policy);
virtual ExtensionSpecialStoragePolicy*

Powered by Google App Engine
This is Rietveld 408576698