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

Unified Diff: chrome/browser/about_flags.cc

Issue 2819493002: [Test] Move DelegatedFrameEvictor into components -public_deps (Closed)
Patch Set: use if null instead of feature Created 3 years, 8 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 | « base/base_features.cc ('k') | chrome/browser/sessions/tab_loader.cc » ('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 ffd283ce19a8d581c8ffb39e209bd0d97f09bcc4..10427514ddfc90845b34b88bbe3918906ae55dc3 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -9,6 +9,7 @@
#include <set>
#include <utility>
+#include "base/base_features.h"
#include "base/bind.h"
#include "base/callback.h"
#include "base/command_line.h"
@@ -1641,7 +1642,7 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-memory-coordinator", flag_descriptions::kMemoryCoordinatorName,
flag_descriptions::kMemoryCoordinatorDescription,
kOsAndroid | kOsCrOS | kOsLinux | kOsWin,
- FEATURE_VALUE_TYPE(features::kMemoryCoordinator)},
+ FEATURE_VALUE_TYPE(base::features::kMemoryCoordinator)},
{"enable-tab-audio-muting", flag_descriptions::kTabAudioMutingName,
flag_descriptions::kTabAudioMutingDescription, kOsDesktop,
SINGLE_VALUE_TYPE(switches::kEnableTabAudioMuting)},
« no previous file with comments | « base/base_features.cc ('k') | chrome/browser/sessions/tab_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698