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

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

Issue 15899015: Add CheckPortalList manager property to NetworkStateHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: force manager property update in shill manager client stub implementation Created 7 years, 7 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
Index: chrome/browser/chromeos/cros/network_library_impl_cros.h
diff --git a/chrome/browser/chromeos/cros/network_library_impl_cros.h b/chrome/browser/chromeos/cros/network_library_impl_cros.h
index b8fa17de3033eb194fed50c81c3cef89d53f55f7..fa001af097e941906eb3bea42e3690a529e2dcb4 100644
--- a/chrome/browser/chromeos/cros/network_library_impl_cros.h
+++ b/chrome/browser/chromeos/cros/network_library_impl_cros.h
@@ -46,9 +46,6 @@ class NetworkLibraryImplCros : 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,
« no previous file with comments | « chrome/browser/chromeos/cros/network_library_impl_base.cc ('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