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

Unified Diff: chrome/browser/ui/webui/omnibox/omnibox.mojom

Issue 415053002: Remove AutocompleteMatch::is_starred (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/ui/webui/omnibox/omnibox.mojom
diff --git a/chrome/browser/ui/webui/omnibox/omnibox.mojom b/chrome/browser/ui/webui/omnibox/omnibox.mojom
index d7afd5d3bdedd1656ac36e3cf52e2d93f8a8bbd3..81e4c0adb9551b5bf0c898dc76938152ae33a5a7 100644
--- a/chrome/browser/ui/webui/omnibox/omnibox.mojom
+++ b/chrome/browser/ui/webui/omnibox/omnibox.mojom
@@ -26,7 +26,6 @@ struct AutocompleteMatchMojo {
string type;
string associated_keyword;
string keyword;
- bool starred;
int32 duplicates;
bool from_previous;
AutocompleteAdditionalInfo[] additional_info;

Powered by Google App Engine
This is Rietveld 408576698