Index: chrome/browser/google_apis/gdata_wapi_url_generator.cc |
diff --git a/chrome/browser/google_apis/gdata_wapi_url_generator.cc b/chrome/browser/google_apis/gdata_wapi_url_generator.cc |
index eec9bcbe19e75435df5be0c64db581dbe52e569a..d7fd52b2caa12a93a7bc4f4e246842ff0a7e9d73 100644 |
--- a/chrome/browser/google_apis/gdata_wapi_url_generator.cc |
+++ b/chrome/browser/google_apis/gdata_wapi_url_generator.cc |
@@ -56,11 +56,6 @@ const char GDataWapiUrlGenerator::kBaseUrlForProduction[] = |
"https://docs.google.com/"; |
// static |
-GURL GDataWapiUrlGenerator::GetBaseUrlForTesting(int port) { |
- return GURL(base::StringPrintf("http://127.0.0.1:%d/", port)); |
-} |
- |
-// static |
GURL GDataWapiUrlGenerator::AddStandardUrlParams(const GURL& url) { |
GURL result = |
chrome_common_net::AppendOrReplaceQueryParameter(url, "v", "3"); |