Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / webstore_install_with_prompt.h
index 5afc314..9c4ac26 100644 (file)
@@ -48,6 +48,8 @@ class WebstoreInstallWithPrompt : public WebstoreStandaloneInstaller,
   friend class base::RefCountedThreadSafe<WebstoreInstallWithPrompt>;
   virtual ~WebstoreInstallWithPrompt();
 
+  void set_show_post_install_ui(bool show) { show_post_install_ui_ = show; }
+
   // extensions::WebstoreStandaloneInstaller overrides:
   virtual bool CheckRequestorAlive() const OVERRIDE;
   virtual const GURL& GetRequestorURL() const OVERRIDE;
@@ -69,6 +71,8 @@ class WebstoreInstallWithPrompt : public WebstoreStandaloneInstaller,
       const content::OpenURLParams& params) OVERRIDE;
 
  private:
+  bool show_post_install_ui_;
+
   GURL dummy_requestor_url_;
 
   // A non-visible WebContents used to download data from the webstore.