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

Unified Diff: chrome/browser/extensions/extension_function_dispatcher.h

Issue 6334101: Removal of chrome.experimental.popup set of APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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: chrome/browser/extensions/extension_function_dispatcher.h
===================================================================
--- chrome/browser/extensions/extension_function_dispatcher.h (revision 73621)
+++ chrome/browser/extensions/extension_function_dispatcher.h (working copy)
@@ -40,13 +40,6 @@
// 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

Powered by Google App Engine
This is Rietveld 408576698