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

Unified Diff: components/metrics/proto/omnibox_event.proto

Issue 1154063003: removing ShouldHideTopMatch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Deprecated event proto Created 5 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: components/metrics/proto/omnibox_event.proto
diff --git a/components/metrics/proto/omnibox_event.proto b/components/metrics/proto/omnibox_event.proto
index b3e6656344a1e180e94ee92726a9f79fba17123a..6bdca3ef269e740b6d82d963ec6ecb92e82ee238 100644
--- a/components/metrics/proto/omnibox_event.proto
+++ b/components/metrics/proto/omnibox_event.proto
@@ -39,8 +39,8 @@ message OmniboxEventProto {
// This corresponds the index of the |suggestion| below.
optional int32 selected_index = 5;
- // Whether or not the top match was hidden in the omnibox suggestions
- // dropdown.
+ // DEPRECATED. Whether or not the top match was hidden in the omnibox
+ // suggestions dropdown.
optional bool is_top_result_hidden_in_dropdown = 14;
groby-ooo-7-16 2015/05/27 19:25:51 mark with [deprecate = true]; see https://develope
dschuyler 2015/05/28 18:58:06 Done.
// Whether the omnibox popup is open. It can be closed if, for instance,

Powered by Google App Engine
This is Rietveld 408576698