Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / webui / chromeos / login / core_oobe_handler.h
index 61633ab..c4ba5ab 100644 (file)
@@ -76,6 +76,8 @@ class CoreOobeHandler : public BaseScreenHandler,
   virtual void SetTpmPassword(const std::string& tmp_password) OVERRIDE;
   virtual void ClearErrors() OVERRIDE;
   virtual void ReloadContent(const base::DictionaryValue& dictionary) OVERRIDE;
+  virtual void ShowControlBar(bool show) OVERRIDE;
+  virtual void ShowDeviceResetScreen() OVERRIDE;
 
   // Handlers for JS WebUI messages.
   void HandleEnableLargeCursor(bool enabled);
@@ -90,6 +92,8 @@ class CoreOobeHandler : public BaseScreenHandler,
   void HandleScreenAssetsLoaded(const std::string& screen_async_load_id);
   void HandleSkipToLoginForTesting(const base::ListValue* args);
   void HandleLaunchHelpApp(double help_topic_id);
+  void HandleToggleResetScreen();
+  void HandleHeaderBarVisible();
 
   // Updates a11y menu state based on the current a11y features state(on/off).
   void UpdateA11yState();