| Index: chrome/browser/ui/webui/chromeos/login/oobe_ui.h
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/oobe_ui.h b/chrome/browser/ui/webui/chromeos/login/oobe_ui.h
|
| index 34d48122dcf93f1e21f0c35a1dbbbc409f87a6d2..7ed7e3443fb20b962311d74f92ce8034326429a5 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/oobe_ui.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/oobe_ui.h
|
| @@ -134,6 +134,8 @@ class OobeUI : public OobeDisplay,
|
|
|
| Screen previous_screen() const { return previous_screen_; }
|
|
|
| + const std::string& display_type() const { return display_type_; }
|
| +
|
| const std::string& GetScreenName(Screen screen) const;
|
|
|
| SigninScreenHandler* signin_screen_handler_for_test() {
|
|
|