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

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

Issue 2854263002: Omnibox UI Experiments: Add vertical margin variations to about:flags (Closed)
Patch Set: update histograms 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 3071 matching lines...) Expand 10 before | Expand all | Expand 10 after
3082 "User gesture is required for cross-origin iframes."; 3082 "User gesture is required for cross-origin iframes.";
3083 3083
3084 const char kOmniboxDisplayTitleForCurrentUrlName[] = 3084 const char kOmniboxDisplayTitleForCurrentUrlName[] =
3085 "Include title for the current URL in the omnibox"; 3085 "Include title for the current URL in the omnibox";
3086 3086
3087 const char kOmniboxDisplayTitleForCurrentUrlDescription[] = 3087 const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
3088 "In the event that the omnibox provides suggestions on-focus, the URL of " 3088 "In the event that the omnibox provides suggestions on-focus, the URL of "
3089 "the current page is provided as the first suggestion without a title. " 3089 "the current page is provided as the first suggestion without a title. "
3090 "Enabling this flag causes the title to be displayed."; 3090 "Enabling this flag causes the title to be displayed.";
3091 3091
3092 const char kOmniboxUIVerticalMarginName[] = "Omnibox UI Vertical Margin";
3093
3094 const char kOmniboxUIVerticalMarginDescription[] =
3095 "Changes the vertical margin in the Omnibox UI.";
3096
3092 const char kForceEffectiveConnectionTypeName[] = 3097 const char kForceEffectiveConnectionTypeName[] =
3093 "Override effective connection type"; 3098 "Override effective connection type";
3094 3099
3095 const char kForceEffectiveConnectionTypeDescription[] = 3100 const char kForceEffectiveConnectionTypeDescription[] =
3096 "Overrides the effective connection type of the current connection " 3101 "Overrides the effective connection type of the current connection "
3097 "returned by the network quality estimator."; 3102 "returned by the network quality estimator.";
3098 3103
3099 const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown"; 3104 const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown";
3100 const char kEffectiveConnectionTypeOfflineDescription[] = "Offline"; 3105 const char kEffectiveConnectionTypeOfflineDescription[] = "Offline";
3101 const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G"; 3106 const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G";
(...skipping 26 matching lines...) Expand all
3128 "hard-reload."; 3133 "hard-reload.";
3129 3134
3130 const char kCaptureThumbnailOnLoadFinishedName[] = 3135 const char kCaptureThumbnailOnLoadFinishedName[] =
3131 "Capture page thumbnail on load finished"; 3136 "Capture page thumbnail on load finished";
3132 3137
3133 const char kCaptureThumbnailOnLoadFinishedDescription[] = 3138 const char kCaptureThumbnailOnLoadFinishedDescription[] =
3134 "Capture a page thumbnail (for use on the New Tab page) when the page load " 3139 "Capture a page thumbnail (for use on the New Tab page) when the page load "
3135 "finishes, in addition to other times a thumbnail may be captured."; 3140 "finishes, in addition to other times a thumbnail may be captured.";
3136 3141
3137 } // namespace flag_descriptions 3142 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/ui/views/omnibox/omnibox_result_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698