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

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: Removing clear method. 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
« no previous file with comments | « chrome/browser/instant/instant_loader.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..ee137a03b77e72c9fa1d9044bbb6ada14f953a94 100644
--- a/chrome/browser/instant/instant_loader_delegate.h
+++ b/chrome/browser/instant/instant_loader_delegate.h
@@ -7,7 +7,6 @@
#include <vector>
-#include "base/string16.h"
#include "chrome/common/instant_types.h"
class InstantLoader;
@@ -19,8 +18,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>& suggestions) = 0;
// Commit the preview.
virtual void CommitInstantLoader(InstantLoader* loader) = 0;
« no previous file with comments | « chrome/browser/instant/instant_loader.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698