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

Unified Diff: chrome/browser/extensions/tab_helper.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/extensions/tab_helper.h
diff --git a/chrome/browser/extensions/tab_helper.h b/chrome/browser/extensions/tab_helper.h
index 5564f914d169e2f7275f589f45e7666aa1cf8269..8a0e52c8d7b56a28a0925baadc5cea14918b2e0d 100644
--- a/chrome/browser/extensions/tab_helper.h
+++ b/chrome/browser/extensions/tab_helper.h
@@ -167,7 +167,6 @@ class TabHelper : public content::WebContentsObserver,
void OnGetAppInstallState(const GURL& requestor_url,
int return_route_id,
int callback_id);
- void OnRequest(const ExtensionHostMsg_Request_Params& params);
void OnContentScriptsExecuting(
const ScriptExecutionObserver::ExecutingScriptsMap& extension_ids,
const GURL& on_url);
@@ -226,9 +225,6 @@ class TabHelper : public content::WebContentsObserver,
// non-extension apps.
SkBitmap extension_app_icon_;
- // Process any extension messages coming from the tab.
- extensions::ExtensionFunctionDispatcher extension_function_dispatcher_;
-
// Cached web app info data.
WebApplicationInfo web_app_info_;

Powered by Google App Engine
This is Rietveld 408576698