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

Side by Side 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 module chrome.mojom; 5 module chrome.mojom;
6 6
7 import "mojo/common/string16.mojom"; 7 import "mojo/common/string16.mojom";
8 import "mojo/common/time.mojom"; 8 import "mojo/common/time.mojom";
9 import "url/mojo/url.mojom"; 9 import "url/mojo/url.mojom";
10 10
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 103
104 FocusChanged(OmniboxFocusState new_focus_state, 104 FocusChanged(OmniboxFocusState new_focus_state,
105 OmniboxFocusChangeReason reason); 105 OmniboxFocusChangeReason reason);
106 106
107 MostVisitedChanged(array<InstantMostVisitedItem> items); 107 MostVisitedChanged(array<InstantMostVisitedItem> items);
108 108
109 SetInputInProgress(bool input_in_progress); 109 SetInputInProgress(bool input_in_progress);
110 110
111 SetSuggestionToPrefetch(InstantSuggestion suggestion); 111 SetSuggestionToPrefetch(InstantSuggestion suggestion);
112 112
113 Submit(mojo.common.mojom.String16 value, 113 Submit(EmbeddedSearchRequestParams params);
114 EmbeddedSearchRequestParams params);
115 114
116 ThemeChanged(ThemeBackgroundInfo value); 115 ThemeChanged(ThemeBackgroundInfo value);
117 116
118 // TODO(treib): Remove the *Result methods and instead add return values to 117 // TODO(treib): Remove the *Result methods and instead add return values to
119 // the correspnding methods in the Instant interface above. 118 // the correspnding methods in the Instant interface above.
120 HistorySyncCheckResult(bool sync_history); 119 HistorySyncCheckResult(bool sync_history);
121 120
122 ChromeIdentityCheckResult(mojo.common.mojom.String16 identity, 121 ChromeIdentityCheckResult(mojo.common.mojom.String16 identity,
123 bool identity_match); 122 bool identity_match);
124 }; 123 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698