summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkwst@chromium.org <mkwst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-13 17:16:49 +0000
committermkwst@chromium.org <mkwst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-13 17:16:49 +0000
commit0ee530b3d8612a98f9063dae2afe203bafea919e (patch)
tree5f892100d4f35195f1b10ba3fb465a16d4e604d5
parent066f68a6239c285d56a313f346d60c6262f5debd (diff)
downloadchromium_src-0ee530b3d8612a98f9063dae2afe203bafea919e.zip
chromium_src-0ee530b3d8612a98f9063dae2afe203bafea919e.tar.gz
chromium_src-0ee530b3d8612a98f9063dae2afe203bafea919e.tar.bz2
Cleanup: Remove declaration of never-defined, never-called function ChromeResourceDispatcherHostDelegate::AppendChromeMetricsHeaders.
This function isn't defined anywhere, and confused me a bit when I saw it in the header. Review URL: https://codereview.chromium.org/189373007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256861 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
index c868147..8bcf06a 100644
--- a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
+++ b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
@@ -105,14 +105,6 @@ class ChromeResourceDispatcherHostDelegate
ResourceType::Type resource_type,
ScopedVector<content::ResourceThrottle>* throttles);
- // Adds Chrome experiment and metrics state as custom headers to |request|.
- // This is a best-effort attempt, and does not interrupt the request if the
- // headers can not be appended.
- void AppendChromeMetricsHeaders(
- net::URLRequest* request,
- content::ResourceContext* resource_context,
- ResourceType::Type resource_type);
-
#if defined(ENABLE_ONE_CLICK_SIGNIN)
// Append headers required to tell Gaia whether the sync interstitial
// should be shown or not. This header is only added for valid Gaia URLs.