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

Unified Diff: extensions/browser/extension_host.h

Issue 1168383002: Implement sidebar support for extension action popups Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add sidebar handling logic and browser_tests 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: extensions/browser/extension_host.h
diff --git a/extensions/browser/extension_host.h b/extensions/browser/extension_host.h
index 846eb5087772d5ef8da11df04e6c10c3cb6ed8b3..d6a040553fdee2fa49a336d50278e34b81793a2c 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);
Devlin 2015/06/16 17:56:12 When is this used?
+
// Returns true if we're hosting a background page.
virtual bool IsBackgroundPage() const;

Powered by Google App Engine
This is Rietveld 408576698