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

Unified Diff: chrome/browser/instant/instant_loader_delegate.h

Issue 10809063: Adding Javascript support for the Extended Searchbox API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Adding missing file from last upload. Created 8 years, 4 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/instant/instant_loader_delegate.h
diff --git a/chrome/browser/instant/instant_loader_delegate.h b/chrome/browser/instant/instant_loader_delegate.h
index 8fbd1f9d143329690e545f18dd5b41a973f1e6ef..edda27791d5b57e03107c064aeeb900348ded77a 100644
--- a/chrome/browser/instant/instant_loader_delegate.h
+++ b/chrome/browser/instant/instant_loader_delegate.h
@@ -19,8 +19,7 @@ class InstantLoaderDelegate {
// Invoked when the loader has suggested text.
virtual void SetSuggestions(
InstantLoader* loader,
- const std::vector<string16>& suggestions,
- InstantCompleteBehavior behavior) = 0;
+ const std::vector<InstantSuggestion>& suggestion) = 0;
sreeram 2012/08/09 22:13:51 suggestion -> suggestions
Shishir 2012/08/10 18:16:57 Done.
// Commit the preview.
virtual void CommitInstantLoader(InstantLoader* loader) = 0;

Powered by Google App Engine
This is Rietveld 408576698