diff options
author | stevet@chromium.org <stevet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-30 16:50:47 +0000 |
---|---|---|
committer | stevet@chromium.org <stevet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-30 16:50:47 +0000 |
commit | 3bd4c00a48a495f18c443d2f2051dc7f5fbc269e (patch) | |
tree | aa6d6ecb473f0bd11d5534b3870d70a1b1991226 | |
parent | e02c059af2bf9e40417a53727927e5d88f44b16d (diff) | |
download | chromium_src-3bd4c00a48a495f18c443d2f2051dc7f5fbc269e.zip chromium_src-3bd4c00a48a495f18c443d2f2051dc7f5fbc269e.tar.gz chromium_src-3bd4c00a48a495f18c443d2f2051dc7f5fbc269e.tar.bz2 |
Remove an unused header file for WizardControllerObserver.
BUG=None
TEST=No user-visible changes.
Review URL: https://chromiumcodereview.appspot.com/10890053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154170 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/chromeos/login/wizard_controller_observer.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/chrome/browser/chromeos/login/wizard_controller_observer.h b/chrome/browser/chromeos/login/wizard_controller_observer.h deleted file mode 100644 index 9417220..0000000 --- a/chrome/browser/chromeos/login/wizard_controller_observer.h +++ /dev/null @@ -1,20 +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_LOGIN_WIZARD_CONTROLLER_OBSERVER_H_ -#define CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_CONTROLLER_OBSERVER_H_ - -namespace chromeos { - -// Observer of WizardController screen changes. -class WizardControllerObserver { - public: - // Called before a screen change happens. - void OnScreenChanged(const std::string& old_screen_name, - const std::string& new_screen_name) = 0; -}; - -} // namespace chromeos - -#endif // CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_CONTROLLER_OBSERVER_H_ |