commit | bcac628f7b14106f6d75254dd9fc0c605466f208 | [log] [tgz] |
---|---|---|
author | Becky Zhou <[email protected]> | Thu Feb 28 18:22:37 2019 |
committer | Commit Bot <[email protected]> | Thu Feb 28 18:22:37 2019 |
tree | 75c727cc65892b00a354e9ce8148c5f28d5f4219 | |
parent | f254178062d73ff9a4b5b49371f8edafe2c2f861 [diff] [blame] |
Enable build flag and modify flag description for dark mode Bug: 936275 Change-Id: Icb58cda11379b0bc5f149aafbd84bacbc8a015c2 Reviewed-on: https://chromium-review.googlesource.com/c/1493071 Reviewed-by: Theresa <[email protected]> Commit-Queue: Becky Zhou <[email protected]> Cr-Commit-Position: refs/heads/master@{#636480}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index 6a5e274..b5ff356 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -2707,9 +2707,9 @@ #if BUILDFLAG(ENABLE_ANDROID_NIGHT_MODE) -const char kAndroidNightModeName[] = "Enable night mode based on user settings"; +const char kAndroidNightModeName[] = "Android Chrome UI dark mode"; const char kAndroidNightModeDescription[] = - "If enabled, user can enable night mode through settings."; + "If enabled, user can enable Android Chrome UI dark mode through settings."; #endif // BUILDFLAG(ENABLE_ANDROID_NIGHT_MODE)