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

Unified Diff: chrome/common/instant.mojom

Issue 2884293002: Remove unused embeddedSearch.searchBox APIs (Closed)
Patch Set: . Created 3 years, 7 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/common/instant.mojom
diff --git a/chrome/common/instant.mojom b/chrome/common/instant.mojom
index 1a53f2c1a04db2b15643c78478b119f557ae9534..768277f2e09d62609809c35d167b373c2fda1bda 100644
--- a/chrome/common/instant.mojom
+++ b/chrome/common/instant.mojom
@@ -110,8 +110,7 @@ interface SearchBox {
SetSuggestionToPrefetch(InstantSuggestion suggestion);
- Submit(mojo.common.mojom.String16 value,
- EmbeddedSearchRequestParams params);
+ Submit(EmbeddedSearchRequestParams params);
ThemeChanged(ThemeBackgroundInfo value);

Powered by Google App Engine
This is Rietveld 408576698