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

Unified Diff: components/omnibox/browser/autocomplete_match_type.h

Issue 2203993002: Add a Physical Web omnibox autocomplete provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make overflow item localizable Created 4 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: components/omnibox/browser/autocomplete_match_type.h
diff --git a/components/omnibox/browser/autocomplete_match_type.h b/components/omnibox/browser/autocomplete_match_type.h
index 2a2464368ee2f4fe09a24be2c43f738c6023fef3..9b1649433ae0640b43d6534807a23fa20dfa3a72 100644
--- a/components/omnibox/browser/autocomplete_match_type.h
+++ b/components/omnibox/browser/autocomplete_match_type.h
@@ -51,6 +51,9 @@ struct AutocompleteMatchType {
VOICE_SUGGEST = 20, // An Android-specific type which
// indicates a search from voice
// recognizer.
+ PHYSICAL_WEB = 21, // A Physical Web nearby URL.
+ PHYSICAL_WEB_OVERFLOW = 22, // An item representing multiple
+ // Physical Web nearby URLs.
NUM_TYPES,
};

Powered by Google App Engine
This is Rietveld 408576698