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

Unified Diff: chrome/browser/about_flags.cc

Issue 2289183005: [WeakMemoryCache] Cleanup Field-Trial code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase error fix Created 4 years, 4 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/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index bdd12c64d47f30cfee2c71f1bf86c462cb9f925d..8cd6a07194418f4b3a1ca319a786f697fcb1c7a2 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2014,9 +2014,6 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_ENABLE_ANDROID_PAY_INTEGRATION_V1_DESCRIPTION, kOsAndroid,
FEATURE_VALUE_TYPE(chrome::android::kAndroidPayIntegrationV1)},
#endif
- {"enable-weak-memorycache", IDS_FLAGS_ENABLE_WEAK_MEMORYCACHE_NAME,
- IDS_FLAGS_ENABLE_WEAK_MEMORYCACHE_DESCRIPTION, kOsAll,
- FEATURE_VALUE_TYPE(features::kWeakMemoryCache)},
#if defined(OS_CHROMEOS)
{"disable-eol-notification", IDS_FLAGS_EOL_NOTIFICATION_NAME,
IDS_FLAGS_EOL_NOTIFICATION_DESCRIPTION, kOsCrOS,

Powered by Google App Engine
This is Rietveld 408576698