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

Side by Side Diff: chrome/browser/chromeos/cros/network_library_impl_cros.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_CROS_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_CROS_NETWORK_LIBRARY_IMPL_CROS_H_
6 #define CHROME_BROWSER_CHROMEOS_CROS_NETWORK_LIBRARY_IMPL_CROS_H_ 6 #define CHROME_BROWSER_CHROMEOS_CROS_NETWORK_LIBRARY_IMPL_CROS_H_
7 7
8 #include "base/time.h" 8 #include "base/time.h"
9 #include "chrome/browser/chromeos/cros/network_library_impl_base.h" 9 #include "chrome/browser/chromeos/cros/network_library_impl_base.h"
10 10
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 virtual void ChangeRequirePin(bool require_pin, 54 virtual void ChangeRequirePin(bool require_pin,
55 const std::string& pin) OVERRIDE; 55 const std::string& pin) OVERRIDE;
56 virtual void EnterPin(const std::string& pin) OVERRIDE; 56 virtual void EnterPin(const std::string& pin) OVERRIDE;
57 virtual void UnblockPin(const std::string& puk, 57 virtual void UnblockPin(const std::string& puk,
58 const std::string& new_pin) OVERRIDE; 58 const std::string& new_pin) OVERRIDE;
59 virtual void RequestCellularScan() OVERRIDE; 59 virtual void RequestCellularScan() OVERRIDE;
60 virtual void RequestCellularRegister(const std::string& network_id) OVERRIDE; 60 virtual void RequestCellularRegister(const std::string& network_id) OVERRIDE;
61 virtual void SetCellularDataRoamingAllowed(bool new_value) OVERRIDE; 61 virtual void SetCellularDataRoamingAllowed(bool new_value) OVERRIDE;
62 virtual void SetCarrier(const std::string& carrier, 62 virtual void SetCarrier(const std::string& carrier,
63 const NetworkOperationCallback& completed) OVERRIDE; 63 const NetworkOperationCallback& completed) OVERRIDE;
64 virtual void ResetModem() OVERRIDE;
64 virtual bool IsCellularAlwaysInRoaming() OVERRIDE; 65 virtual bool IsCellularAlwaysInRoaming() OVERRIDE;
65 virtual void RequestNetworkScan() OVERRIDE; 66 virtual void RequestNetworkScan() OVERRIDE;
66 67
67 virtual void RefreshIPConfig(Network* network) OVERRIDE; 68 virtual void RefreshIPConfig(Network* network) OVERRIDE;
68 69
69 virtual void DisconnectFromNetwork(const Network* network) OVERRIDE; 70 virtual void DisconnectFromNetwork(const Network* network) OVERRIDE;
70 virtual void CallEnableNetworkDeviceType( 71 virtual void CallEnableNetworkDeviceType(
71 ConnectionType device, bool enable) OVERRIDE; 72 ConnectionType device, bool enable) OVERRIDE;
72 virtual void CallRemoveNetwork(const Network* network) OVERRIDE; 73 virtual void CallRemoveNetwork(const Network* network) OVERRIDE;
73 74
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 209
209 // Map of monitored devices. 210 // Map of monitored devices.
210 NetworkWatcherMap monitored_devices_; 211 NetworkWatcherMap monitored_devices_;
211 212
212 DISALLOW_COPY_AND_ASSIGN(NetworkLibraryImplCros); 213 DISALLOW_COPY_AND_ASSIGN(NetworkLibraryImplCros);
213 }; 214 };
214 215
215 } // namespace chromeos 216 } // namespace chromeos
216 217
217 #endif // CHROME_BROWSER_CHROMEOS_CROS_NETWORK_LIBRARY_IMPL_CROS_H_ 218 #endif // CHROME_BROWSER_CHROMEOS_CROS_NETWORK_LIBRARY_IMPL_CROS_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/cros/network_library_impl_base.h ('k') | chrome/browser/chromeos/cros/network_library_impl_cros.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698