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

Unified Diff: chrome/browser/about_flags.cc

Issue 15350002: Deprecate kAshDisableNewNetworkStatusArea (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 7 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 32a7c43f0253be792ef5d5b667d7e923693d4153..94799274b4803a140e30eb112c5c28a3b057126b 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1167,12 +1167,6 @@ const Experiment kExperiments[] = {
kOsCrOS,
SINGLE_VALUE_TYPE(chromeos::switches::kUseNewNetworkConfigurationHandlers),
},
- { "ash-disable-new-network-status-area",
- IDS_FLAGS_ASH_DISABLE_NEW_NETWORK_STATUS_AREA_NAME,
- IDS_FLAGS_ASH_DISABLE_NEW_NETWORK_STATUS_AREA_DESCRIPTION,
- kOsCrOS,
- SINGLE_VALUE_TYPE(ash::switches::kAshDisableNewNetworkStatusArea),
- },
{
"ash-enable-new-audio-handler2",
IDS_FLAGS_ASH_ENABLE_NEW_AUDIO_HANDLER_NAME,

Powered by Google App Engine
This is Rietveld 408576698