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

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

Issue 23965004: Revert 222090 "<webview>: Cleanup WebRequest event listeners whe..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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: trunk/src/chrome/browser/extensions/api/web_request/web_request_api.h
===================================================================
--- trunk/src/chrome/browser/extensions/api/web_request/web_request_api.h (revision 222122)
+++ trunk/src/chrome/browser/extensions/api/web_request/web_request_api.h (working copy)
@@ -246,6 +246,7 @@
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);
@@ -260,6 +261,7 @@
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.

Powered by Google App Engine
This is Rietveld 408576698