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/autocomplete | |
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/autocomplete')
-rw-r--r-- | chrome/browser/autocomplete/autocomplete_edit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_edit.h b/chrome/browser/autocomplete/autocomplete_edit.h index 66d6b98..41e0d85 100644 --- a/chrome/browser/autocomplete/autocomplete_edit.h +++ b/chrome/browser/autocomplete/autocomplete_edit.h @@ -19,8 +19,9 @@ class AutocompleteEditController; class AutocompleteEditModel; class AutocompleteEditView; -// TODO(pkasting): http://b/1343512 The names and contents of the classes in +// TODO(pkasting): The names and contents of the classes in // this file are temporary. I am in hack-and-slash mode right now. +// http://code.google.com/p/chromium/issues/detail?id=6772 // Embedders of an AutocompleteEdit widget must implement this class. class AutocompleteEditController { |