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

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

Issue 1168383002: Implement sidebar support for extension action popups Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/extension_system_impl.h
diff --git a/chrome/browser/extensions/extension_system_impl.h b/chrome/browser/extensions/extension_system_impl.h
index 92e24577b9f2ee5c77c92980883cb11fcc94c011..ee872deece0ebde4e726f8399aec292c4d93c38c 100644
--- a/chrome/browser/extensions/extension_system_impl.h
+++ b/chrome/browser/extensions/extension_system_impl.h
@@ -19,6 +19,7 @@ class ExtensionSystemSharedFactory;
class NavigationObserver;
class SharedUserScriptMaster;
class StateStoreNotificationObserver;
+// class SidebarManager;
// The ExtensionSystem for ProfileImpl and OffTheRecordProfileImpl.
// Implementation details: non-shared services are owned by
@@ -56,6 +57,9 @@ class ExtensionSystemImpl : public ExtensionSystem {
scoped_ptr<ExtensionSet> GetDependentExtensions(
const Extension* extension) override;
+ SidebarManager* sidebar_manager() override;
+ void CreateSidebarManager();
+
private:
friend class ExtensionSystemSharedFactory;
@@ -122,6 +126,8 @@ class ExtensionSystemImpl : public ExtensionSystem {
Shared* shared_;
+ scoped_ptr<SidebarManager> sidebar_manager_;
+
DISALLOW_COPY_AND_ASSIGN(ExtensionSystemImpl);
};
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_system_impl.cc » ('j') | chrome/browser/extensions/sidebar_container.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698