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

Unified Diff: chrome/browser/profiles/profile_window.cc

Issue 1415953005: Componentize about_flags::FeatureEntry in flags_ui component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/profiles/profile_window.cc
diff --git a/chrome/browser/profiles/profile_window.cc b/chrome/browser/profiles/profile_window.cc
index 704dfae5fa9a7ca0cad8308f03fe9202a08b7ef1..48398048f2641f57b4ac82036816489456af2414 100644
--- a/chrome/browser/profiles/profile_window.cc
+++ b/chrome/browser/profiles/profile_window.cc
@@ -467,12 +467,12 @@ void EnableNewProfileManagementPreview(Profile* profile) {
#else
// TODO(rogerta): instead of setting experiment flags and command line
// args, we should set a profile preference.
- const about_flags::FeatureEntry entry = {
+ const flags_ui::FeatureEntry entry = {
kNewProfileManagementExperimentInternalName,
0, // string id for title of experiment
0, // string id for description of experiment
0, // supported platforms
- about_flags::FeatureEntry::ENABLE_DISABLE_VALUE,
+ flags_ui::FeatureEntry::ENABLE_DISABLE_VALUE,
switches::kEnableNewProfileManagement,
"", // not used with ENABLE_DISABLE_VALUE type
switches::kDisableNewProfileManagement,

Powered by Google App Engine
This is Rietveld 408576698