| Index: chrome/browser/google_apis/gdata_wapi_url_generator.h
|
| diff --git a/chrome/browser/google_apis/gdata_wapi_url_generator.h b/chrome/browser/google_apis/gdata_wapi_url_generator.h
|
| index f3be0601eea826dd3aa6fc3afdfa074c42950c14..ea8c227cd0d2638f53a5627dd44f794a3b455863 100644
|
| --- a/chrome/browser/google_apis/gdata_wapi_url_generator.h
|
| +++ b/chrome/browser/google_apis/gdata_wapi_url_generator.h
|
| @@ -23,10 +23,6 @@ class GDataWapiUrlGenerator {
|
| // The base URL for communicating with the WAPI server for production.
|
| static const char kBaseUrlForProduction[];
|
|
|
| - // Gets the base URL for communicating with the local test server for
|
| - // testing, running at the specified port number.
|
| - static GURL GetBaseUrlForTesting(int port);
|
| -
|
| // Adds additional parameters for API version, output content type and to
|
| // show folders in the feed are added to document feed URLs.
|
| static GURL AddStandardUrlParams(const GURL& url);
|
|
|