| Index: chrome/browser/extensions/extension_dom_ui.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_dom_ui.h (revision 34039)
|
| +++ chrome/browser/extensions/extension_dom_ui.h (working copy)
|
| @@ -40,11 +40,13 @@
|
| bool has_callback);
|
|
|
| // ExtensionFunctionDispatcher::Delegate
|
| - virtual Browser* GetBrowser();
|
| + virtual Browser* GetBrowser() const;
|
| virtual ExtensionDOMUI* GetExtensionDOMUI() { return this; }
|
| + virtual gfx::NativeWindow GetFrameNativeWindow();
|
|
|
| // ExtensionPopupHost::Delegate
|
| virtual RenderViewHost* GetRenderViewHost();
|
| + virtual Profile* GetProfile();
|
|
|
| // BrowserURLHandler
|
| static bool HandleChromeURLOverride(GURL* url, Profile* profile);
|
|
|