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

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

Issue 1143333008: Getting rid of more webview memory leaks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. 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/api/web_request/web_request_api.h
diff --git a/extensions/browser/api/web_request/web_request_api.h b/extensions/browser/api/web_request/web_request_api.h
index 7ae60127f5d9b80271b59a05276ef5138b9eea3f..3a692ea9f115166b76612a574d3565f0d020bd21 100644
--- a/extensions/browser/api/web_request/web_request_api.h
+++ b/extensions/browser/api/web_request/web_request_api.h
@@ -296,7 +296,6 @@ class ExtensionWebRequestEventRouter
// Removes the listeners for a given <webview>.
void RemoveWebViewEventListeners(
void* browser_context,
- const std::string& extension_id,
int embedder_process_id,
int web_view_instance_id);
« no previous file with comments | « components/guest_view/common/guest_view_messages.h ('k') | extensions/browser/api/web_request/web_request_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698