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

Unified Diff: chrome/renderer/chrome_render_thread_observer.h

Issue 2558993004: Remove some unused declarations. (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
« no previous file with comments | « no previous file | no next file » | 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 06a1daadcd1daeac34d4cfd600495fa7931b7980..0549d020ebcf6a98fdd84ae54e6ac4381236617b 100644
--- a/chrome/renderer/chrome_render_thread_observer.h
+++ b/chrome/renderer/chrome_render_thread_observer.h
@@ -16,9 +16,6 @@
#include "components/variations/child_process_field_trial_syncer.h"
#include "content/public/renderer/render_thread_observer.h"
-class GURL;
-struct ContentSettings;
-
namespace content {
class ResourceDispatcherDelegate;
}
@@ -57,10 +54,7 @@ class ChromeRenderThreadObserver : public content::RenderThreadObserver,
const std::string& group_name) override;
void OnSetIsIncognitoProcess(bool is_incognito_process);
- void OnSetContentSettingsForCurrentURL(
sky 2016/12/09 00:22:04 Something tells me this is from your other patch.
nigeltao1 2016/12/09 05:03:08 It's not. The CQ dry run failures were from someth
- const GURL& url, const ContentSettings& content_settings);
void OnSetContentSettingRules(const RendererContentSettingRules& rules);
- void OnGetCacheResourceStats();
void OnSetFieldTrialGroup(const std::string& trial_name,
const std::string& group_name);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698