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

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

Issue 9320056: Help: Implement the initial version of the cross-platform help/about page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: String fix. Created 8 years, 11 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
Index: chrome/browser/autocomplete/autocomplete_edit.cc
diff --git a/chrome/browser/autocomplete/autocomplete_edit.cc b/chrome/browser/autocomplete/autocomplete_edit.cc
index 04e3c7b359c89ad841798e6b2a90c9aaa8c105e3..74c632fbd9d5b377008377e3039f3a1db000fa0f 100644
--- a/chrome/browser/autocomplete/autocomplete_edit.cc
+++ b/chrome/browser/autocomplete/autocomplete_edit.cc
@@ -527,11 +527,11 @@ void AutocompleteEditModel::OpenMatch(const AutocompleteMatch& match,
else if (!has_temporary_text_)
log.inline_autocompleted_length = inline_autocomplete_text_.length();
if (disposition == CURRENT_TAB) {
- // If we know the destination is being opened in the curren tab,
+ // If we know the destination is being opened in the current tab,
// we can easily get the tab ID. (If it's being opened in a new
// tab, we don't know the tab ID yet.)
log.tab_id = controller_->GetTabContentsWrapper()->
- restore_tab_helper()->session_id().id();
+ restore_tab_helper()->session_id().id();
}
if (user_input_in_progress_) {
// This case should happen every time except possibly in unit tests.

Powered by Google App Engine
This is Rietveld 408576698