Index: chrome/browser/google/google_util.h |
diff --git a/chrome/browser/google/google_util.h b/chrome/browser/google/google_util.h |
index 321040514a64101b5e5fe2629640bf383969429e..67e2bb3c48b17872f03845999cbc8c9682cd877d 100644 |
--- a/chrome/browser/google/google_util.h |
+++ b/chrome/browser/google/google_util.h |
@@ -34,10 +34,8 @@ std::string GetGoogleLocale(const std::string& application_locale); |
// Adds the Google locale string to the URL (e.g., hl=en-US). This does not |
// check to see if the param already exists. |
-GURL AppendGoogleLocaleParam(const GURL& url); |
- |
-// String version of AppendGoogleLocaleParam. |
-std::string StringAppendGoogleLocaleParam(const std::string& url); |
+GURL AppendGoogleLocaleParam(const GURL& url, |
+ const std::string& application_locale); |
// Returns the Google country code string for the given Google homepage URL. |
std::string GetGoogleCountryCode(GURL google_homepage_url); |