| 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_
|
|
|