diff options
Diffstat (limited to 'chrome/browser/extensions/extension_function_dispatcher.h')
-rw-r--r-- | chrome/browser/extensions/extension_function_dispatcher.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/extensions/extension_function_dispatcher.h b/chrome/browser/extensions/extension_function_dispatcher.h index 699382f..e87489b 100644 --- a/chrome/browser/extensions/extension_function_dispatcher.h +++ b/chrome/browser/extensions/extension_function_dispatcher.h @@ -40,13 +40,6 @@ class ExtensionFunctionDispatcher { // if the view is not visible. virtual gfx::NativeView GetNativeViewOfHost() = 0; - // Typically, the window is assumed to be the window associated with the - // result of GetBrowser(). Implementations may override this behavior with - // this method. - virtual gfx::NativeWindow GetCustomFrameNativeWindow() { - return NULL; - } - // Asks the delegate for any relevant TabContents associated with this // context. For example, the TabContents in which an infobar or // chrome-extension://<id> URL are being shown. Callers must check for a |