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

Unified Diff: apps/shell/shell_extension_system.h

Issue 131743021: app_shell: Extract extension runtime data from ExtensionService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup, unit test (runtime_data) Created 6 years, 11 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: apps/shell/shell_extension_system.h
diff --git a/apps/shell/shell_extension_system.h b/apps/shell/shell_extension_system.h
index a72e089431be3df49de974c026f7e7b29a94d3cd..2ed83e54c550643bbb7d37114acdaba4c727b663 100644
--- a/apps/shell/shell_extension_system.h
+++ b/apps/shell/shell_extension_system.h
@@ -41,6 +41,7 @@ class ShellExtensionSystem : public ExtensionSystem {
// ExtensionSystem implementation:
virtual void InitForRegularProfile(bool extensions_enabled) OVERRIDE;
virtual ExtensionService* extension_service() OVERRIDE;
+ virtual RuntimeData* runtime_data() OVERRIDE;
not at google - send to devlin 2014/01/18 01:09:04 I'm curious; what is the general rationale for ite
James Cook 2014/01/18 02:01:18 I don't think there is a rationale. I like BCKS be
not at google - send to devlin 2014/01/21 18:47:47 Hanging off ExtensionSystem SGTM.
virtual ManagementPolicy* management_policy() OVERRIDE;
virtual UserScriptMaster* user_script_master() OVERRIDE;
virtual ProcessManager* process_manager() OVERRIDE;
@@ -67,6 +68,7 @@ class ShellExtensionSystem : public ExtensionSystem {
// Data to be accessed on the IO thread. Must outlive process_manager_.
scoped_refptr<InfoMap> info_map_;
+ scoped_ptr<RuntimeData> runtime_data_;
scoped_ptr<LazyBackgroundTaskQueue> lazy_background_task_queue_;
scoped_ptr<EventRouter> event_router_;
scoped_ptr<ProcessManager> process_manager_;
« no previous file with comments | « no previous file | apps/shell/shell_extension_system.cc » ('j') | chrome/browser/automation/automation_provider_observers.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698