diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-07 00:57:27 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-07 00:57:27 +0000 |
commit | d8922f242f544d7bdd84263676e75906e154e2c2 (patch) | |
tree | b688c8a49b7154ceae27415f5ad31aa352ae089e /chrome/browser/search_engines | |
parent | 73448fc4d5e742a7e2afe4325abbb3f4a44b0aef (diff) | |
download | chromium_src-d8922f242f544d7bdd84263676e75906e154e2c2.zip chromium_src-d8922f242f544d7bdd84263676e75906e154e2c2.tar.gz chromium_src-d8922f242f544d7bdd84263676e75906e154e2c2.tar.bz2 |
Remove/update a bunch of references to the Google-internal bug tracker.
Many of our references turn out to just be context for a given workaround,
e.g. "Set the foobar here because the destructor dereferences it, see
http://private-bug-url".
Review URL: http://codereview.chromium.org/2004004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46645 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/search_engines')
-rw-r--r-- | chrome/browser/search_engines/template_url_model.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/search_engines/template_url_model.cc b/chrome/browser/search_engines/template_url_model.cc index 361bfb8..8ad9cfe 100644 --- a/chrome/browser/search_engines/template_url_model.cc +++ b/chrome/browser/search_engines/template_url_model.cc @@ -151,7 +151,7 @@ std::wstring TemplateURLModel::GenerateKeyword(const GURL& url, return std::wstring(); // Strip "www." off the front of the keyword; otherwise the keyword won't work - // properly. See http://b/issue?id=1205573. + // properly. See http://code.google.com/p/chromium/issues/detail?id=6984 . return net::StripWWW(UTF8ToWide(url.host())); } |