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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2849953004: SV Test
Patch Set: Created 3 years, 8 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
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index e3e4ea772ab7a63d037fdbcd883f6a4cab6de9d2..93b85677eec5bde5d0c0a3311c75e60fb3e13d03 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -3051,4 +3051,17 @@ const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
"the current page is provided as the first suggestion without a title. "
"Enabling this flag causes the title to be displayed.";
+#if defined(OS_CHROMEOS)
+// Name of the flag that enables scalable views and its debugging options.
+const char kEnableScalableViewsName[] = "Scalable/Fractional Views";
+
+// Description of the flag that enables scalable views and its debugging
+// options.
+const char kEnableScalableViewsDescription[] =
+ "Enables the use of scalable views instead of normal views in aura. This "
+ "allows chrome OS devices to work smoothly on fractional scale factors. "
+ "This also enables a setting in the system tray to change the device scale "
+ "factor on the device to any fractional value on the fly.";
+#endif // defined(OS_CHROMEOS)
+
} // namespace flag_descriptions
« 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