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

Unified Diff: chrome/browser/chromeos/network_message_observer.h

Issue 6027012: Fix so that login errors are shown from login/oobe screens.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/network_message_observer.h
===================================================================
--- chrome/browser/chromeos/network_message_observer.h (revision 70931)
+++ chrome/browser/chromeos/network_message_observer.h (working copy)
@@ -14,9 +14,6 @@
#include "chrome/browser/chromeos/notifications/system_notification.h"
class Profile;
-namespace views {
-class WindowDelegate;
-}
namespace chromeos {
@@ -32,7 +29,6 @@
typedef std::map<std::string, WifiNetwork*> ServicePathWifiMap;
typedef std::map<std::string, CellularNetwork*> ServicePathCellularMap;
private:
- virtual void CreateModalPopup(views::WindowDelegate* view);
virtual void OpenMobileSetupPage(const ListValue* args);
virtual void OpenMoreInfoPage(const ListValue* args);
@@ -41,7 +37,6 @@
// NetworkLibrary::CellularDataPlanObserver implementation.
virtual void OnCellularDataPlanChanged(NetworkLibrary* obj);
- bool initialized_;
// Wifi networks by service path.
ServicePathWifiMap wifi_networks_;
// Cellular networks by service path.

Powered by Google App Engine
This is Rietveld 408576698