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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2855143004: Implements a display scale tray setting behind a chrome switch (Closed)
Patch Set: Sync with ToT 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 42d0adf38ae64944d3b75070ad3c5f8399f4d2b6..ffa1500b18a4a7bfdaf65d1a687c7af4581e4b9e 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -3391,6 +3391,14 @@ extern const char kLocationHardReloadName[];
// a hard-reload.
extern const char kLocationHardReloadDescription[];
+#if defined(OS_CHROMEOS) && defined(USE_ASH)
+// Name of the flag that enables system tray scale settings.
+extern const char kAshEnableScaleSettingsTrayName[];
+
+// Description of the flag that enables system tray scale settings.
+extern const char kAshEnableScaleSettingsTrayDescription[];
+#endif // defined(OS_CHROMEOS) && defined(USE_ASH)
+
} // namespace flag_descriptions
#endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_

Powered by Google App Engine
This is Rietveld 408576698