Upstream version 11.39.264.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / browser / xwalk_runner.h
index fe46163..f8ac8cc 100644 (file)
@@ -81,6 +81,9 @@ class XWalkRunner {
   void EnableRemoteDebugging(int port);
   void DisableRemoteDebugging();
 
+  bool shared_process_mode_enabled() const
+      { return shared_process_mode_enabled_; }
+
  protected:
   XWalkRunner();
 
@@ -98,6 +101,8 @@ class XWalkRunner {
   virtual scoped_ptr<SysAppsComponent> CreateSysAppsComponent();
   virtual scoped_ptr<StorageComponent> CreateStorageComponent();
 
+  bool shared_process_mode_enabled_;
+
  private:
   friend class XWalkMainDelegate;
   friend class ::XWalkTestSuiteInitializer;