| 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 5165def1d61fc70750d87913078cce68f3bc71d7..2b456c966155d684a67bcd2812681949ec555a46 100644
|
| --- a/chrome/browser/chromeos/cros/network_library_impl_stub.h
|
| +++ b/chrome/browser/chromeos/cros/network_library_impl_stub.h
|
| @@ -47,9 +47,6 @@ class NetworkLibraryImplStub : public NetworkLibraryImplBase {
|
|
|
| // NetworkLibrary implementation.
|
|
|
| - virtual void SetCheckPortalList(
|
| - const std::string& check_portal_list) OVERRIDE;
|
| - virtual void SetDefaultCheckPortalList() OVERRIDE;
|
| virtual void ChangePin(const std::string& old_pin,
|
| const std::string& new_pin) OVERRIDE;
|
| virtual void ChangeRequirePin(bool require_pin,
|
|
|