| Index: chrome/browser/chromeos/cros/network_library_impl_stub.h
|
| diff --git a/chrome/browser/chromeos/cros/network_library_impl_stub.h b/chrome/browser/chromeos/cros/network_library_impl_stub.h
|
| index f5fa6a835f12cfa6ea787d0caa724e351b06facc..b4f4b986a89c6625c20b79411eb66ec3ac72a57f 100644
|
| --- a/chrome/browser/chromeos/cros/network_library_impl_stub.h
|
| +++ b/chrome/browser/chromeos/cros/network_library_impl_stub.h
|
| @@ -64,6 +64,7 @@ class NetworkLibraryImplStub : public NetworkLibraryImplBase {
|
| virtual void SetCellularDataRoamingAllowed(bool new_value) OVERRIDE;
|
| virtual void SetCarrier(const std::string& carrier,
|
| const NetworkOperationCallback& completed) OVERRIDE;
|
| + virtual void ResetModem() OVERRIDE;
|
| virtual bool IsCellularAlwaysInRoaming() OVERRIDE;
|
| virtual void RequestNetworkScan() OVERRIDE;
|
|
|
|
|