Commit 50f24062 authored by nigeltao's avatar nigeltao Committed by Commit bot

Remove some unused declarations.

BUG=

Review-Url: https://codereview.chromium.org/2558993004
Cr-Commit-Position: refs/heads/master@{#437693}
parent e26843bf
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
#include "components/variations/child_process_field_trial_syncer.h" #include "components/variations/child_process_field_trial_syncer.h"
#include "content/public/renderer/render_thread_observer.h" #include "content/public/renderer/render_thread_observer.h"
class GURL;
struct ContentSettings;
namespace content { namespace content {
class ResourceDispatcherDelegate; class ResourceDispatcherDelegate;
} }
...@@ -57,10 +54,7 @@ class ChromeRenderThreadObserver : public content::RenderThreadObserver, ...@@ -57,10 +54,7 @@ class ChromeRenderThreadObserver : public content::RenderThreadObserver,
const std::string& group_name) override; const std::string& group_name) override;
void OnSetIsIncognitoProcess(bool is_incognito_process); void OnSetIsIncognitoProcess(bool is_incognito_process);
void OnSetContentSettingsForCurrentURL(
const GURL& url, const ContentSettings& content_settings);
void OnSetContentSettingRules(const RendererContentSettingRules& rules); void OnSetContentSettingRules(const RendererContentSettingRules& rules);
void OnGetCacheResourceStats();
void OnSetFieldTrialGroup(const std::string& trial_name, void OnSetFieldTrialGroup(const std::string& trial_name,
const std::string& group_name); const std::string& group_name);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment