diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-20 23:36:46 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-20 23:36:46 +0000 |
commit | ffc90a1e716e6bbc54eb719862a1fd7932d53510 (patch) | |
tree | 3c1673e39b2b8d52aa682a361ef8346ffd0f1144 /chrome/browser/google_util.h | |
parent | a173cc9be851b100258d23771ecbee00cc9f44e1 (diff) | |
download | chromium_src-ffc90a1e716e6bbc54eb719862a1fd7932d53510.zip chromium_src-ffc90a1e716e6bbc54eb719862a1fd7932d53510.tar.gz chromium_src-ffc90a1e716e6bbc54eb719862a1fd7932d53510.tar.bz2 |
Revert "Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test flakiness."
TBR=darin
Review URL: http://codereview.chromium.org/173165
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23916 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/google_util.h')
-rw-r--r-- | chrome/browser/google_util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/google_util.h b/chrome/browser/google_util.h index a4f99e3..d24ae89 100644 --- a/chrome/browser/google_util.h +++ b/chrome/browser/google_util.h @@ -11,8 +11,6 @@ class GURL; namespace google_util { -extern const char kLinkDoctorBaseURL[]; - // 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); |