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

Unified Diff: chrome/browser/chromeos/cros/native_network_constants.h

Issue 23618026: NOT FOR SUBMIT: Remove NetworkLibrary (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 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/chromeos/cros/native_network_constants.h
diff --git a/chrome/browser/chromeos/cros/native_network_constants.h b/chrome/browser/chromeos/cros/native_network_constants.h
deleted file mode 100644
index 320b704d0cea06a62fa20a891833183a08fdbfc1..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/cros/native_network_constants.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// Defines all the command-line switches used by Chrome.
-
-#ifndef CHROME_BROWSER_CHROMEOS_CROS_NATIVE_NETWORK_CONSTANTS_H_
-#define CHROME_BROWSER_CHROMEOS_CROS_NATIVE_NETWORK_CONSTANTS_H_
-
-#include "chrome/browser/chromeos/cros/network_library.h"
-
-namespace chromeos {
-
-// Format of the Carrier ID.
-extern const char kCarrierIdFormat[];
-
-// Path of the default (shared) shill profile.
-extern const char kSharedProfilePath[];
-
-extern const char* ConnectionStateToString(ConnectionState state);
-extern const char* ConnectionTypeToString(ConnectionType type);
-extern const char* SecurityToString(ConnectionSecurity security);
-extern const char* ProviderTypeToString(ProviderType type);
-
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_CHROMEOS_CROS_NATIVE_NETWORK_CONSTANTS_H_
« no previous file with comments | « chrome/browser/chromeos/cros/mock_network_library.cc ('k') | chrome/browser/chromeos/cros/native_network_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698