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

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

Issue 11578052: Replace OncNetworkParser by the new ONC translator. (Closed) Base URL: http://git.chromium.org/chromium/src.git@extend_onc_to_shill
Patch Set: Rebased. Created 7 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/network_library_impl_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/cros/network_library.h
diff --git a/chrome/browser/chromeos/cros/network_library.h b/chrome/browser/chromeos/cros/network_library.h
index 1c707b95c2e59f7bc95f5904b1adb43e1a34d6bf..7ce5efa9c3b02d56020b8c4aa766587b0d3b4510 100644
--- a/chrome/browser/chromeos/cros/network_library.h
+++ b/chrome/browser/chromeos/cros/network_library.h
@@ -529,7 +529,6 @@ class Network {
friend class NetworkParser;
friend class NativeNetworkParser;
friend class NativeVirtualNetworkParser;
- friend class OncNetworkParser;
friend class OncWifiNetworkParser;
friend class OncVirtualNetworkParser;
@@ -537,12 +536,6 @@ class Network {
NETWORK_LIBRARY_IMPL_FRIENDS;
FRIEND_TEST_ALL_PREFIXES(NetworkLibraryTest, GetUserExpandedValue);
- FRIEND_TEST_ALL_PREFIXES(OncNetworkParserTest,
- TestLoadWifiCertificatePattern);
- FRIEND_TEST_ALL_PREFIXES(OncNetworkParserTest,
- TestLoadVPNCertificatePattern);
- FRIEND_TEST_ALL_PREFIXES(OncNetworkParserTest,
- TestNoCertificatePatternForDevicePolicy);
FRIEND_TEST_ALL_PREFIXES(NetworkLibraryStubTest, NetworkConnectOncWifi);
FRIEND_TEST_ALL_PREFIXES(NetworkLibraryStubTest, NetworkConnectOncVPN);
@@ -722,14 +715,11 @@ class VirtualNetwork : public Network {
// parsers.
friend class NativeNetworkParser;
friend class NativeVirtualNetworkParser;
- friend class OncNetworkParser;
friend class OncVirtualNetworkParser;
// This allows the implementation classes access to privates.
NETWORK_LIBRARY_IMPL_FRIENDS;
- FRIEND_TEST_ALL_PREFIXES(OncNetworkParserTest, TestLoadVPNCertificatePattern);
-
// Use these functions at your peril. They are used by the various
// parsers to set state, and really shouldn't be used by anything else
// because they don't do the error checking and sending to the
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/network_library_impl_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698