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

Unified Diff: chrome/renderer/content_settings_observer.cc

Issue 2851173004: Eliminate bind callback that doesn't take a BindSourceInfo parameter. (Closed)
Patch Set: . Created 3 years, 8 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
« no previous file with comments | « chrome/renderer/content_settings_observer.h ('k') | chrome/utility/chrome_content_utility_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/content_settings_observer.cc
diff --git a/chrome/renderer/content_settings_observer.cc b/chrome/renderer/content_settings_observer.cc
index dcb481272203be4b099382c941e8480ff0556cea..9d26b8953df87e88cad9ac7cd33e9449188f1700 100644
--- a/chrome/renderer/content_settings_observer.cc
+++ b/chrome/renderer/content_settings_observer.cc
@@ -217,6 +217,7 @@ void ContentSettingsObserver::SetAllowRunningInsecureContent() {
}
void ContentSettingsObserver::OnInsecureContentRendererRequest(
+ const service_manager::BindSourceInfo& source_info,
chrome::mojom::InsecureContentRendererRequest request) {
insecure_content_renderer_bindings_.AddBinding(this, std::move(request));
}
« no previous file with comments | « chrome/renderer/content_settings_observer.h ('k') | chrome/utility/chrome_content_utility_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698