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

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

Issue 2849953004: SV Test
Patch Set: 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 3033 matching lines...) Expand 10 before | Expand all | Expand 10 after
3044 "User gesture is required for cross-origin iframes."; 3044 "User gesture is required for cross-origin iframes.";
3045 3045
3046 const char kOmniboxDisplayTitleForCurrentUrlName[] = 3046 const char kOmniboxDisplayTitleForCurrentUrlName[] =
3047 "Include title for the current URL in the omnibox"; 3047 "Include title for the current URL in the omnibox";
3048 3048
3049 const char kOmniboxDisplayTitleForCurrentUrlDescription[] = 3049 const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
3050 "In the event that the omnibox provides suggestions on-focus, the URL of " 3050 "In the event that the omnibox provides suggestions on-focus, the URL of "
3051 "the current page is provided as the first suggestion without a title. " 3051 "the current page is provided as the first suggestion without a title. "
3052 "Enabling this flag causes the title to be displayed."; 3052 "Enabling this flag causes the title to be displayed.";
3053 3053
3054 #if defined(OS_CHROMEOS)
3055 // Name of the flag that enables scalable views and its debugging options.
3056 const char kEnableScalableViewsName[] = "Scalable/Fractional Views";
3057
3058 // Description of the flag that enables scalable views and its debugging
3059 // options.
3060 const char kEnableScalableViewsDescription[] =
3061 "Enables the use of scalable views instead of normal views in aura. This "
3062 "allows chrome OS devices to work smoothly on fractional scale factors. "
3063 "This also enables a setting in the system tray to change the device scale "
3064 "factor on the device to any fractional value on the fly.";
3065 #endif // defined(OS_CHROMEOS)
3066
3054 } // namespace flag_descriptions 3067 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698