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

Unified Diff: chrome/browser/content_settings/tab_specific_content_settings.cc

Issue 2582203003: Convert SetContentSettingRules to use mojo, part 1/2. (Closed)
Patch Set: Created 4 years 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/content_settings/tab_specific_content_settings.cc
diff --git a/chrome/browser/content_settings/tab_specific_content_settings.cc b/chrome/browser/content_settings/tab_specific_content_settings.cc
index f843210c27dda758bb97ca0087e721d616341d9c..8f24bfd7e589b2ce26ee1f4a72735bf6b9856dbd 100644
--- a/chrome/browser/content_settings/tab_specific_content_settings.cc
+++ b/chrome/browser/content_settings/tab_specific_content_settings.cc
@@ -773,6 +773,7 @@ void TabSpecificContentSettings::OnContentSettingChanged(
}
RendererContentSettingRules rules;
GetRendererContentSettingRules(map, &rules);
+ // TODO(nigeltao): use Mojo instead of legacy IPC.
Send(new ChromeViewMsg_SetContentSettingRules(rules));
}
}

Powered by Google App Engine
This is Rietveld 408576698