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

Unified Diff: chrome/browser/about_flags.cc

Issue 11740033: [Autofill] Add Mac implementation for the in-browser process popup view. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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 4590ca1559457911100098daf2b58ac0d43f8128..ff4b5af9ba90fdf2fc52e5040ffc8fc2cb2da102 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1127,7 +1127,7 @@ const Experiment kExperiments[] = {
"enable-new-autofill-ui",
IDS_FLAGS_ENABLE_NEW_AUTOFILL_UI_NAME,
IDS_FLAGS_ENABLE_NEW_AUTOFILL_UI_DESCRIPTION,
- kOsWin | kOsLinux,
+ kOsMac | kOsWin | kOsLinux | kOsCrOS,
Scott Hess - ex-Googler 2013/01/05 01:06:49 I see that we don't have consistent sorting standa
Ilya Sherman 2013/01/05 03:14:10 Yeah, I copied the order from kOsAll at the top of
SINGLE_VALUE_TYPE(switches::kEnableNewAutofillUi)
},
{

Powered by Google App Engine
This is Rietveld 408576698