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

Side by Side Diff: chrome/browser/flag_descriptions.cc

Issue 2873423002: Omnibox UI Experiments: Add flag to change max autocomplete matches. (Closed)
Patch Set: fix merge' 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 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 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 #include "chrome/browser/flag_descriptions.h" 5 #include "chrome/browser/flag_descriptions.h"
6 6
7 namespace flag_descriptions { 7 namespace flag_descriptions {
8 8
9 // Material Design version of chrome://bookmarks 9 // Material Design version of chrome://bookmarks
10 10
(...skipping 3064 matching lines...) Expand 10 before | Expand all | Expand 10 after
3075 "User gesture is required for cross-origin iframes."; 3075 "User gesture is required for cross-origin iframes.";
3076 3076
3077 const char kOmniboxDisplayTitleForCurrentUrlName[] = 3077 const char kOmniboxDisplayTitleForCurrentUrlName[] =
3078 "Include title for the current URL in the omnibox"; 3078 "Include title for the current URL in the omnibox";
3079 3079
3080 const char kOmniboxDisplayTitleForCurrentUrlDescription[] = 3080 const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
3081 "In the event that the omnibox provides suggestions on-focus, the URL of " 3081 "In the event that the omnibox provides suggestions on-focus, the URL of "
3082 "the current page is provided as the first suggestion without a title. " 3082 "the current page is provided as the first suggestion without a title. "
3083 "Enabling this flag causes the title to be displayed."; 3083 "Enabling this flag causes the title to be displayed.";
3084 3084
3085 const char kOmniboxUIMaxAutocompleteMatchesName[] =
3086 "Omnibox UI Max Autocomplete Matches";
3087
3088 const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
3089 "Changes the maximum number af autocomplete matches displayed in the "
3090 "Omnibox UI.";
3091
3085 const char kOmniboxUIVerticalMarginName[] = "Omnibox UI Vertical Margin"; 3092 const char kOmniboxUIVerticalMarginName[] = "Omnibox UI Vertical Margin";
3086 3093
3087 const char kOmniboxUIVerticalMarginDescription[] = 3094 const char kOmniboxUIVerticalMarginDescription[] =
3088 "Changes the vertical margin in the Omnibox UI."; 3095 "Changes the vertical margin in the Omnibox UI.";
3089 3096
3090 const char kForceEffectiveConnectionTypeName[] = 3097 const char kForceEffectiveConnectionTypeName[] =
3091 "Override effective connection type"; 3098 "Override effective connection type";
3092 3099
3093 const char kForceEffectiveConnectionTypeDescription[] = 3100 const char kForceEffectiveConnectionTypeDescription[] =
3094 "Overrides the effective connection type of the current connection " 3101 "Overrides the effective connection type of the current connection "
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
3156 3163
3157 #endif // !defined(OS_ANDROID) && !defined(OS_IOS) 3164 #endif // !defined(OS_ANDROID) && !defined(OS_IOS)
3158 3165
3159 #if defined(OS_MACOSX) 3166 #if defined(OS_MACOSX)
3160 extern const char kMacRTLName[] = "Enable RTL"; 3167 extern const char kMacRTLName[] = "Enable RTL";
3161 extern const char kMacRTLDescription[] = 3168 extern const char kMacRTLDescription[] =
3162 "Mirrors the UI for RTL language users"; 3169 "Mirrors the UI for RTL language users";
3163 #endif 3170 #endif
3164 3171
3165 } // namespace flag_descriptions 3172 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698