Chromium Code Reviews| Index: chrome/browser/about_flags.cc |
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
| index 2908db8adb286a3f3d5851ce94ab82c6d710b294..e8271c88fd568d160ad22ab0d79c7be599fa4520 100644 |
| --- a/chrome/browser/about_flags.cc |
| +++ b/chrome/browser/about_flags.cc |
| @@ -347,6 +347,7 @@ const Experiment::Choice kZeroSuggestExperimentsChoices[] = { |
| }; |
| #endif |
| + |
|
oshima
2014/02/20 19:00:54
nit: remove extra line
ygorshenin1
2014/02/20 19:18:45
Done.
|
| const Experiment::Choice kNumRasterThreadsChoices[] = { |
| { IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", "" }, |
| { IDS_FLAGS_NUM_RASTER_THREADS_ONE, switches::kNumRasterThreads, "1" }, |
| @@ -1038,6 +1039,15 @@ const Experiment kExperiments[] = { |
| ash::switches::kAshEnableImmersiveFullscreenForAllWindows, |
| ash::switches::kAshEnableImmersiveFullscreenForBrowserOnly) |
| }, |
| + { |
| + "network-portal-notification", |
| + IDS_FLAGS_NETWORK_PORTAL_NOTIFICATION_NAME, |
| + IDS_FLAGS_NETWORK_PORTAL_NOTIFICATION_DESCRIPTION, |
| + kOsCrOS, |
| + ENABLE_DISABLE_VALUE_TYPE( |
| + chromeos::switches::kEnableNetworkPortalNotification, |
| + chromeos::switches::kDisableNetworkPortalNotification) |
| + }, |
| #endif |
| { |
| "enable-download-resumption", |