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

Unified Diff: chrome/browser/about_flags.cc

Issue 171423005: Added in-session captive portal notification. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes. Created 6 years, 10 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 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",

Powered by Google App Engine
This is Rietveld 408576698