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

Unified Diff: extensions/browser/extension_system.h

Issue 1152613003: Implement sidebar support for extension action popups (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move SidebarManager to ExtensionSystem and remove notifications Created 5 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
Index: extensions/browser/extension_system.h
diff --git a/extensions/browser/extension_system.h b/extensions/browser/extension_system.h
index 600ac3a8fbc7607d96b845f31b48592d91429149..935b84af864d56e12db7bd84da44cd670d7ff79c 100644
--- a/extensions/browser/extension_system.h
+++ b/extensions/browser/extension_system.h
@@ -39,6 +39,7 @@ class OneShotEvent;
class QuotaService;
class RuntimeData;
class SharedUserScriptMaster;
+class SidebarManager;
class StateStore;
// ExtensionSystem manages the lifetime of many of the services used by the
@@ -115,6 +116,8 @@ class ExtensionSystem : public KeyedService {
// so it can be retrieved from ExtensionSystem directly.
virtual scoped_ptr<ExtensionSet> GetDependentExtensions(
const Extension* extension) = 0;
+
+ virtual SidebarManager* sidebar_manager();
};
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698