Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1276)

Unified Diff: chrome/browser/autocomplete/autocomplete_match.cc

Issue 11571014: Lazy load chrome.* APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: apitest.js Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/chrome_renderer.gypi » ('j') | chrome/common/extensions/api/extension_api.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/autocomplete_match.cc
diff --git a/chrome/browser/autocomplete/autocomplete_match.cc b/chrome/browser/autocomplete/autocomplete_match.cc
index 7de2ec1a3580bdb565cf2bb5817dc68216e1b314..dcafa467e35a19018a0b324fb53e3900e0d0718e 100644
--- a/chrome/browser/autocomplete/autocomplete_match.cc
+++ b/chrome/browser/autocomplete/autocomplete_match.cc
@@ -342,8 +342,7 @@ void AutocompleteMatch::AddLastClassificationIfNecessary(
// static
string16 AutocompleteMatch::SanitizeString(const string16& text) {
- // NOTE: This logic is mirrored by |sanitizeString()| in
- // schema_generated_bindings.js.
+ // NOTE: This logic is mirrored by |sanitizeString()| in bindings.js.
not at google - send to devlin 2013/02/13 01:45:49 it's actually in omnibox_custom_bindings.js.
cduvall 2013/02/15 00:40:28 Done.
string16 result;
TrimWhitespace(text, TRIM_LEADING, &result);
RemoveChars(result, kInvalidChars, &result);
« no previous file with comments | « no previous file | chrome/chrome_renderer.gypi » ('j') | chrome/common/extensions/api/extension_api.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698