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

Unified Diff: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h

Issue 530153002: Add build and patch to Chrome-Proxy header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Full version to auth request handler Created 6 years, 3 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
Index: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h
diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h
index 72f502680d8ed233185194e99def581fad7c3de3..57cf435a80feb1607da4ac7e24872561cc6a8514 100644
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h
@@ -46,11 +46,6 @@ class DataReductionProxyChromeSettings
PrefService* local_state_prefs,
net::URLRequestContextGetter* request_context);
- // Using the chrome::VersionInfo version, returns the build and patch portion
- // of the string delimited by a period. If the chrome::VersionInfo version
- // isn't of the form xx.xx.xx.xx returns an empty string.
- static std::string GetBuildAndPatchNumber();
-
// Gets the client type for the data reduction proxy.
static std::string GetClient();

Powered by Google App Engine
This is Rietveld 408576698