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

Unified Diff: chrome/browser/about_flags.cc

Issue 1966203002: Use the NTP-MD flag for transparent doodle requests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/android/chrome_feature_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 571f9aa7afe0163185436c4cd8f3ce6d8b6e7de1..4eed447dedb96ed165500bbec668bd9a0914ee3b 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1795,13 +1795,6 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_ENABLE_NTP_SNIPPETS_DESCRIPTION, kOsAndroid,
FEATURE_VALUE_TYPE(chrome::android::kNTPSnippetsFeature)},
#endif // defined(OS_ANDROID)
-#if defined(OS_ANDROID)
- {"enable-ntp-transparent-doodle",
- IDS_FLAGS_ENABLE_NTP_TRANSPARENT_DOODLE_NAME,
- IDS_FLAGS_ENABLE_NTP_TRANSPARENT_DOODLE_DESCRIPTION,
- kOsAndroid,
- FEATURE_VALUE_TYPE(chrome::android::kNTPTransparentDoodle)},
-#endif // defined(OS_ANDROID)
#if defined(ENABLE_WEBRTC) && BUILDFLAG(RTC_USE_H264)
{"enable-webrtc-h264-with-openh264-ffmpeg",
IDS_FLAGS_WEBRTC_H264_WITH_OPENH264_FFMPEG_NAME,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/android/chrome_feature_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698