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

Unified Diff: extensions/browser/extension_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: extensions/browser/extension_host.h
diff --git a/extensions/browser/extension_host.h b/extensions/browser/extension_host.h
index 846eb5087772d5ef8da11df04e6c10c3cb6ed8b3..d82c42775286e4d840400c6056071e04d1d7f694 100644
--- a/extensions/browser/extension_host.h
+++ b/extensions/browser/extension_host.h
@@ -151,7 +151,6 @@ class ExtensionHost : public DeferredStartRenderHost,
DeferredStartRenderHostObserver* observer) override;
// Message handlers.
- void OnRequest(const ExtensionHostMsg_Request_Params& params);
void OnEventAck(int event_id);
void OnIncrementLazyKeepaliveCount();
void OnDecrementLazyKeepaliveCount();
@@ -193,8 +192,6 @@ class ExtensionHost : public DeferredStartRenderHost,
// Messages sent out to the renderer that have not been acknowledged yet.
std::set<int> unacked_messages_;
- ExtensionFunctionDispatcher extension_function_dispatcher_;
-
// The type of view being hosted.
ViewType extension_host_type_;

Powered by Google App Engine
This is Rietveld 408576698