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

Unified Diff: chrome/browser/ui/panels/panel_host.h

Issue 1169223002: [Extensions] Clean up the handling of ExtensionHostMsg_Request (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Latest master Created 5 years, 6 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/ui/panels/panel_host.h
diff --git a/chrome/browser/ui/panels/panel_host.h b/chrome/browser/ui/panels/panel_host.h
index 91634b808430b77a7c1fadeb1abd5f984263b9fb..fda5653fd2a602e95e66722cb1773dd4e0e66700 100644
--- a/chrome/browser/ui/panels/panel_host.h
+++ b/chrome/browser/ui/panels/panel_host.h
@@ -77,7 +77,6 @@ class PanelHost : public content::WebContentsDelegate,
void RenderViewCreated(content::RenderViewHost* render_view_host) override;
void RenderProcessGone(base::TerminationStatus status) override;
void WebContentsDestroyed() override;
- bool OnMessageReceived(const IPC::Message& message) override;
// extensions::ExtensionFunctionDispatcher::Delegate overrides.
extensions::WindowController* GetExtensionWindowController() const override;
@@ -93,12 +92,8 @@ class PanelHost : public content::WebContentsDelegate,
// Helper to close panel via the message loop.
void ClosePanel();
- // Message handlers.
- void OnRequest(const ExtensionHostMsg_Request_Params& params);
-
Panel* panel_; // Weak, owns us.
Profile* profile_;
- extensions::ExtensionFunctionDispatcher extension_function_dispatcher_;
scoped_ptr<content::WebContents> web_contents_;

Powered by Google App Engine
This is Rietveld 408576698