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

Unified Diff: chrome/renderer/chrome_render_thread_observer.h

Issue 2582203003: Convert SetContentSettingRules to use mojo, part 1/2. (Closed)
Patch Set: Convert SetContentSettingRules to use mojo, part 1/2. Created 3 years, 11 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/common/renderer_configuration.mojom ('k') | chrome/renderer/chrome_render_thread_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/chrome_render_thread_observer.h
diff --git a/chrome/renderer/chrome_render_thread_observer.h b/chrome/renderer/chrome_render_thread_observer.h
index 8d1cceb7ce18312018d856c891805fbaecbf55f1..d8ed9a181e92effe108aebd42a3de89a5cf71ce4 100644
--- a/chrome/renderer/chrome_render_thread_observer.h
+++ b/chrome/renderer/chrome_render_thread_observer.h
@@ -62,11 +62,12 @@ class ChromeRenderThreadObserver : public content::RenderThreadObserver,
// chrome::mojom::RendererConfiguration:
void SetInitialConfiguration(bool is_incognito_process) override;
+ void SetContentSettingRules(
+ const RendererContentSettingRules& rules) override;
void OnRendererInterfaceRequest(
chrome::mojom::RendererConfigurationAssociatedRequest request);
- void OnSetContentSettingRules(const RendererContentSettingRules& rules);
void OnSetFieldTrialGroup(const std::string& trial_name,
const std::string& group_name);
« no previous file with comments | « chrome/common/renderer_configuration.mojom ('k') | chrome/renderer/chrome_render_thread_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698