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

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

Issue 1001002: Initial support for inspecting extension popups. (Closed)
Patch Set: pre submit Created 10 years, 9 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
diff --git a/chrome/browser/extensions/extension_function_dispatcher.h b/chrome/browser/extensions/extension_function_dispatcher.h
index d87d22c6ad0add554eed9939cb3db4b16875d544..6fe4ba06828f55a9e4e7ccbf9e7304816be1290e 100644
--- a/chrome/browser/extensions/extension_function_dispatcher.h
+++ b/chrome/browser/extensions/extension_function_dispatcher.h
@@ -18,7 +18,6 @@ class Extension;
class ExtensionDOMUI;
class ExtensionFunction;
class ExtensionHost;
-class ExtensionPopupHost;
class Profile;
class RenderViewHost;
class RenderViewHostDelegate;
@@ -96,10 +95,6 @@ class ExtensionFunctionDispatcher {
// we will fall back to a regular browser window or NULL if unavailable.
Browser* GetBrowser(bool include_incognito);
- // Get the extension popup hosting environment for the ExtensionHost
- // or ExtensionDOMUI associted with this dispatcher.
- ExtensionPopupHost* GetPopupHost();
-
// Gets the ExtensionHost associated with this object. In the case of
// tab hosted extension pages, this will return NULL.
ExtensionHost* GetExtensionHost();
« no previous file with comments | « chrome/browser/extensions/extension_dom_ui.h ('k') | chrome/browser/extensions/extension_function_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698