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

Side by Side Diff: chromeos/chromeos_switches.cc

Issue 21046008: Convert all connect code to use NetworkHandler instead of NetworkLibrary (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restore check VPN PassphraseRequred Created 7 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chromeos/chromeos_switches.h" 5 #include "chromeos/chromeos_switches.h"
6 6
7 namespace chromeos { 7 namespace chromeos {
8 namespace switches { 8 namespace switches {
9 9
10 // Path for app's OEM manifest file. 10 // Path for app's OEM manifest file.
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 // Indicates that a stub implementation of CrosSettings that stores settings in 191 // Indicates that a stub implementation of CrosSettings that stores settings in
192 // memory without signing should be used, treating current user as the owner. 192 // memory without signing should be used, treating current user as the owner.
193 // This option is for testing the chromeos build of chrome on the desktop only. 193 // This option is for testing the chromeos build of chrome on the desktop only.
194 const char kStubCrosSettings[] = "stub-cros-settings"; 194 const char kStubCrosSettings[] = "stub-cros-settings";
195 195
196 // Enables usage of the new ManagedNetworkConfigurationHandler and 196 // Enables usage of the new ManagedNetworkConfigurationHandler and
197 // NetworkConfigurationHandler singletons. 197 // NetworkConfigurationHandler singletons.
198 const char kUseNewNetworkConfigurationHandlers[] = 198 const char kUseNewNetworkConfigurationHandlers[] =
199 "use-new-network-configuration-handlers"; 199 "use-new-network-configuration-handlers";
200 200
201 const char kUseNewNetworkConnectionHandler[] =
202 "use-new-network-connection-handler";
203
204 } // namespace switches 201 } // namespace switches
205 } // namespace chromeos 202 } // namespace chromeos
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698