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; |