Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / apps / shell / browser / shell_extension_system.h
index c45505d..a287d2d 100644 (file)
@@ -40,9 +40,6 @@ class ShellExtensionSystem : public ExtensionSystem {
   // Returns true on success.
   bool LoadAndLaunchApp(const base::FilePath& app_dir);
 
-  // Closes the running app.
-  void CloseApp();
-
   // KeyedService implementation:
   virtual void Shutdown() OVERRIDE;
 
@@ -70,6 +67,7 @@ class ShellExtensionSystem : public ExtensionSystem {
       const std::string& extension_id,
       const UnloadedExtensionInfo::Reason reason) OVERRIDE;
   virtual const OneShotEvent& ready() const OVERRIDE;
+  virtual ContentVerifier* content_verifier() OVERRIDE;
 
  private:
   content::BrowserContext* browser_context_;  // Not owned.