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

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

Issue 22761002: Eliminate NetworkLoginObserver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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_login_observer.h
diff --git a/chrome/browser/chromeos/network_login_observer.h b/chrome/browser/chromeos/network_login_observer.h
deleted file mode 100644
index 85c1ee15cd4d948117450d5af1c2b25dd087de55..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/network_login_observer.h
+++ /dev/null
@@ -1,40 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_CHROMEOS_NETWORK_LOGIN_OBSERVER_H_
-#define CHROME_BROWSER_CHROMEOS_NETWORK_LOGIN_OBSERVER_H_
-
-#include <map>
-#include <string>
-
-#include "base/basictypes.h"
-#include "base/compiler_specific.h"
-#include "chrome/browser/chromeos/cros/network_library.h"
-
-namespace views {
-class WidgetDelegate;
-}
-
-namespace chromeos {
-
-// The network login observer reshows a login dialog if there was an error.
-// It is also responsible for signaling Shill to when certificates are loaded.
-class NetworkLoginObserver : public NetworkLibrary::NetworkManagerObserver {
- public:
- NetworkLoginObserver();
- virtual ~NetworkLoginObserver();
-
- typedef std::map<std::string, bool> NetworkFailureMap;
- private:
- void CreateModalPopup(views::WidgetDelegate* view);
-
- // NetworkLibrary::NetworkManagerObserver
- virtual void OnNetworkManagerChanged(NetworkLibrary* obj) OVERRIDE;
-
- DISALLOW_COPY_AND_ASSIGN(NetworkLoginObserver);
-};
-
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_CHROMEOS_NETWORK_LOGIN_OBSERVER_H_
« no previous file with comments | « chrome/browser/chromeos/cros/network_library_impl_base.cc ('k') | chrome/browser/chromeos/network_login_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698