summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/chromeos/login/wizard_controller_observer.h20
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_