Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / login / demo_mode / demo_app_launcher.h
index 4a82ea8..3809807 100644 (file)
@@ -30,13 +30,14 @@ class DemoAppLauncher : public KioskProfileLoader::Delegate {
   static void SetDemoAppPathForTesting(const base::FilePath& path);
 
   static const char kDemoUserName[];
+  static const char kDemoAppId[];
 
  private:
   friend class DemoAppLauncherTest;
 
   // KioskProfileLoader::Delegate overrides:
-  virtual void OnProfileLoaded(Profile* profile) OVERRIDE;
-  virtual void OnProfileLoadFailed(KioskAppLaunchError::Error error) OVERRIDE;
+  virtual void OnProfileLoaded(Profile* profile) override;
+  virtual void OnProfileLoadFailed(KioskAppLaunchError::Error error) override;
 
   scoped_ptr<KioskProfileLoader> kiosk_profile_loader_;