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 |