Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / google_apis / google_api_keys.h
index 5acdf26..b2399bf 100644 (file)
@@ -90,6 +90,9 @@ std::string GetOAuth2ClientID(OAuth2Client client);
 // in, e.g. URL-escaped if you use it in a URL.
 std::string GetOAuth2ClientSecret(OAuth2Client client);
 
+// Returns the auth token for the data reduction proxy.
+std::string GetSpdyProxyAuthValue();
+
 // Returns if the API key using in the current build is the one for official
 // Google Chrome.
 bool IsGoogleChromeAPIKeyUsed();