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

Unified Diff: chrome/browser/extensions/api/web_request/web_request_api.h

Issue 23514016: <webview>: Cleanup WebRequest event listeners when embedder destroyed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed WebRequest unit test Created 7 years, 3 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/api/web_request/web_request_api.h
diff --git a/chrome/browser/extensions/api/web_request/web_request_api.h b/chrome/browser/extensions/api/web_request/web_request_api.h
index fba59b040925fa09cad821534ce12233b55c0466..15c985bee3154aaa70d8e830ab57acdcb5874ec4 100644
--- a/chrome/browser/extensions/api/web_request/web_request_api.h
+++ b/chrome/browser/extensions/api/web_request/web_request_api.h
@@ -246,7 +246,6 @@ class ExtensionWebRequestEventRouter
const RequestFilter& filter,
int extra_info_spec,
int embedder_process_id,
- int embedder_routing_id,
int web_view_instance_id,
base::WeakPtr<IPC::Sender> ipc_sender);
@@ -261,7 +260,6 @@ class ExtensionWebRequestEventRouter
void* profile,
const std::string& extension_id,
int embedder_process_id,
- int embedder_routing_id,
int web_view_instance_id);
// Called when an incognito profile is created or destroyed.
« no previous file with comments | « chrome/browser/apps/web_view_interactive_browsertest.cc ('k') | chrome/browser/extensions/api/web_request/web_request_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698