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

Unified Diff: extensions/browser/extension_host.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_host.h
diff --git a/extensions/browser/extension_host.h b/extensions/browser/extension_host.h
index 3ae0d869c897ecbbccfa487a4f88be71ff093388..974e546e305d1ff76db0fb3f8c30edc9c58b5a0a 100644
--- a/extensions/browser/extension_host.h
+++ b/extensions/browser/extension_host.h
@@ -139,6 +139,9 @@ class ExtensionHost : public DeferredStartRenderHost,
// Navigates to the initial page.
virtual void LoadInitialURL();
+ // Navigates to the page.
+ virtual void LoadURL(const GURL& url);
+
// Returns true if we're hosting a background page.
virtual bool IsBackgroundPage() const;

Powered by Google App Engine
This is Rietveld 408576698