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

Unified Diff: content/browser/tab_contents/tab_contents.h

Issue 6685002: Wires up ability for page to specify instant auto complete (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit test and stray char Created 9 years, 9 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: content/browser/tab_contents/tab_contents.h
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h
index 449540937455c2bb8c5d18b432d22f236644a2c5..91e88b6ef89da1366b39c2be3e90b12e34d4dd66 100644
--- a/content/browser/tab_contents/tab_contents.h
+++ b/content/browser/tab_contents/tab_contents.h
@@ -799,7 +799,7 @@ class TabContents : public PageNavigator,
TranslateErrors::Type error_type);
void OnSetSuggestions(int32 page_id,
const std::vector<std::string>& suggestions,
- InstantCompleteBehavior complete_behavior);
+ InstantCompleteBehavior behavior);
void OnInstantSupportDetermined(int32 page_id, bool result);
void OnRunFileChooser(const ViewHostMsg_RunFileChooser_Params& params);
« chrome/browser/instant/instant_browsertest.cc ('K') | « chrome/test/test_location_bar.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698