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 f75f20dfdcb93634e5b0670678a8db05eb202132..ab9b147daf4e9a1d4827ab6ae37c9bffc07f45f4 100644 |
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h |
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h |
@@ -32,6 +32,14 @@ class DataReductionProxyChromeSettings |
// get the appropriate pref service. |
virtual void InitDataReductionProxySettings(Profile* profile); |
+ // 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(); |
+ |
private: |
DISALLOW_COPY_AND_ASSIGN(DataReductionProxyChromeSettings); |
}; |