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

Side by Side Diff: chrome/browser/chromeos/cros/network_library_impl_stub.h

Issue 12041029: Add ResetModem method and call it once non_cellular activation is done. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 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 #ifndef CHROME_BROWSER_CHROMEOS_CROS_NETWORK_LIBRARY_IMPL_STUB_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_CROS_NETWORK_LIBRARY_IMPL_STUB_H_
6 #define CHROME_BROWSER_CHROMEOS_CROS_NETWORK_LIBRARY_IMPL_STUB_H_ 6 #define CHROME_BROWSER_CHROMEOS_CROS_NETWORK_LIBRARY_IMPL_STUB_H_
7 7
8 #include "chrome/browser/chromeos/cros/network_library_impl_base.h" 8 #include "chrome/browser/chromeos/cros/network_library_impl_base.h"
9 9
10 namespace chromeos { 10 namespace chromeos {
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 virtual void EnterPin(const std::string& pin) OVERRIDE; 57 virtual void EnterPin(const std::string& pin) OVERRIDE;
58 virtual void UnblockPin(const std::string& puk, 58 virtual void UnblockPin(const std::string& puk,
59 const std::string& new_pin) OVERRIDE; 59 const std::string& new_pin) OVERRIDE;
60 60
61 virtual void RequestCellularScan() OVERRIDE; 61 virtual void RequestCellularScan() OVERRIDE;
62 virtual void RequestCellularRegister( 62 virtual void RequestCellularRegister(
63 const std::string& network_id) OVERRIDE; 63 const std::string& network_id) OVERRIDE;
64 virtual void SetCellularDataRoamingAllowed(bool new_value) OVERRIDE; 64 virtual void SetCellularDataRoamingAllowed(bool new_value) OVERRIDE;
65 virtual void SetCarrier(const std::string& carrier, 65 virtual void SetCarrier(const std::string& carrier,
66 const NetworkOperationCallback& completed) OVERRIDE; 66 const NetworkOperationCallback& completed) OVERRIDE;
67 virtual void ResetModem() OVERRIDE;
67 virtual bool IsCellularAlwaysInRoaming() OVERRIDE; 68 virtual bool IsCellularAlwaysInRoaming() OVERRIDE;
68 virtual void RequestNetworkScan() OVERRIDE; 69 virtual void RequestNetworkScan() OVERRIDE;
69 70
70 virtual void RefreshIPConfig(Network* network) OVERRIDE; 71 virtual void RefreshIPConfig(Network* network) OVERRIDE;
71 72
72 virtual void DisconnectFromNetwork(const Network* network) OVERRIDE; 73 virtual void DisconnectFromNetwork(const Network* network) OVERRIDE;
73 74
74 virtual void EnableOfflineMode(bool enable) OVERRIDE; 75 virtual void EnableOfflineMode(bool enable) OVERRIDE;
75 76
76 virtual void GetIPConfigs( 77 virtual void GetIPConfigs(
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 WimaxNetworkVector disabled_wimax_networks_; 120 WimaxNetworkVector disabled_wimax_networks_;
120 std::map<std::string, base::DictionaryValue*> service_configurations_; 121 std::map<std::string, base::DictionaryValue*> service_configurations_;
121 base::WeakPtrFactory<NetworkLibraryImplStub> weak_pointer_factory_; 122 base::WeakPtrFactory<NetworkLibraryImplStub> weak_pointer_factory_;
122 123
123 DISALLOW_COPY_AND_ASSIGN(NetworkLibraryImplStub); 124 DISALLOW_COPY_AND_ASSIGN(NetworkLibraryImplStub);
124 }; 125 };
125 126
126 } // namespace chromeos 127 } // namespace chromeos
127 128
128 #endif // CHROME_BROWSER_CHROMEOS_CROS_NETWORK_LIBRARY_IMPL_STUB_H_ 129 #endif // CHROME_BROWSER_CHROMEOS_CROS_NETWORK_LIBRARY_IMPL_STUB_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/cros/network_library_impl_cros.cc ('k') | chrome/browser/chromeos/cros/network_library_impl_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698