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

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

Issue 2961393002: Omnibox UI Experiments: Hook up elide-after-host feature flag. (Closed)
Patch Set: merge Created 3 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | components/omnibox/browser/autocomplete_match.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 const char kBrowserSideNavigationName[] = "Enable browser side navigation"; 9 const char kBrowserSideNavigationName[] = "Enable browser side navigation";
10 10
(...skipping 3165 matching lines...) Expand 10 before | Expand all | Expand 10 after
3176 "Document user activation is required."; 3176 "Document user activation is required.";
3177 3177
3178 const char kOmniboxDisplayTitleForCurrentUrlName[] = 3178 const char kOmniboxDisplayTitleForCurrentUrlName[] =
3179 "Include title for the current URL in the omnibox"; 3179 "Include title for the current URL in the omnibox";
3180 3180
3181 const char kOmniboxDisplayTitleForCurrentUrlDescription[] = 3181 const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
3182 "In the event that the omnibox provides suggestions on-focus, the URL of " 3182 "In the event that the omnibox provides suggestions on-focus, the URL of "
3183 "the current page is provided as the first suggestion without a title. " 3183 "the current page is provided as the first suggestion without a title. "
3184 "Enabling this flag causes the title to be displayed."; 3184 "Enabling this flag causes the title to be displayed.";
3185 3185
3186 const char kOmniboxUIHideSuggestionUrlPathName[] = 3186 const char kOmniboxUIElideSuggestionUrlAfterHostName[] =
3187 "Omnibox UI Hide Suggestion URL Path"; 3187 "Omnibox UI Elide Suggestion URL After Host";
3188 const char kOmniboxUIHideSuggestionUrlPathDescription[] = 3188 const char kOmniboxUIElideSuggestionUrlAfterHostDescription[] =
3189 "Elides the paths of suggested URLs in the Omnibox dropdown."; 3189 "Elides the path, query, and ref of suggested URLs in the Omnibox "
3190 "dropdown.";
3190 3191
3191 const char kOmniboxUIHideSuggestionUrlSchemeName[] = 3192 const char kOmniboxUIHideSuggestionUrlSchemeName[] =
3192 "Omnibox UI Hide Suggestion URL Scheme"; 3193 "Omnibox UI Hide Suggestion URL Scheme";
3193 const char kOmniboxUIHideSuggestionUrlSchemeDescription[] = 3194 const char kOmniboxUIHideSuggestionUrlSchemeDescription[] =
3194 "Elides the schemes of suggested URLs in the Omnibox dropdown."; 3195 "Elides the schemes of suggested URLs in the Omnibox dropdown.";
3195 3196
3196 const char kOmniboxUIHideSuggestionUrlTrivialSubdomainsName[] = 3197 const char kOmniboxUIHideSuggestionUrlTrivialSubdomainsName[] =
3197 "Omnibox UI Hide Suggestion URL Trivial Subdomains"; 3198 "Omnibox UI Hide Suggestion URL Trivial Subdomains";
3198 const char kOmniboxUIHideSuggestionUrlTrivialSubdomainsDescription[] = 3199 const char kOmniboxUIHideSuggestionUrlTrivialSubdomainsDescription[] =
3199 "Elides trivially informative subdomains from suggested URLs in the " 3200 "Elides trivially informative subdomains from suggested URLs in the "
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
3315 "Enables inspection of native UI elements. For local inspection use " 3316 "Enables inspection of native UI elements. For local inspection use "
3316 "chrome://inspect#other"; 3317 "chrome://inspect#other";
3317 3318
3318 const char kMultideviceName[] = "Enable multidevice features"; 3319 const char kMultideviceName[] = "Enable multidevice features";
3319 const char kMultideviceDescription[] = 3320 const char kMultideviceDescription[] =
3320 "Enables UI for controlling multidevice features."; 3321 "Enables UI for controlling multidevice features.";
3321 3322
3322 #endif // defined(OS_CHROMEOS) 3323 #endif // defined(OS_CHROMEOS)
3323 3324
3324 } // namespace flag_descriptions 3325 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | components/omnibox/browser/autocomplete_match.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698