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

Unified Diff: chrome/browser/extensions/test_extension_system.h

Issue 14208019: Change MessageService to use ProfileKeyedAPI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Typo fix Created 7 years, 7 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
« no previous file with comments | « chrome/browser/extensions/message_handler.cc ('k') | chrome/browser/extensions/test_extension_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/test_extension_system.h
diff --git a/chrome/browser/extensions/test_extension_system.h b/chrome/browser/extensions/test_extension_system.h
index 41c62c8d93c5ec33a444b291aa7adea6b1f8ad8b..78ef6f2b6ef74241f49e64bec74ff8bfda04369c 100644
--- a/chrome/browser/extensions/test_extension_system.h
+++ b/chrome/browser/extensions/test_extension_system.h
@@ -62,7 +62,6 @@ class TestExtensionSystem : public ExtensionSystem {
virtual ShellWindowGeometryCache* shell_window_geometry_cache() OVERRIDE;
virtual ExtensionInfoMap* info_map() OVERRIDE;
virtual LazyBackgroundTaskQueue* lazy_background_task_queue() OVERRIDE;
- virtual MessageService* message_service() OVERRIDE;
virtual EventRouter* event_router() OVERRIDE;
virtual RulesRegistryService* rules_registry_service() OVERRIDE;
virtual ApiResourceManager<SerialConnection>* serial_connection_manager()
« no previous file with comments | « chrome/browser/extensions/message_handler.cc ('k') | chrome/browser/extensions/test_extension_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698