Upstream version 7.36.153.0
[platform/framework/web/crosswalk.git] / src / xwalk / test / base / in_process_browser_test.h
index e9d1bcd..e84f872 100644 (file)
@@ -70,6 +70,8 @@ class InProcessBrowserTest : public content::BrowserTestBase {
   RuntimeRegistry* runtime_registry() const {
       return runtime_registry_.get(); }
 
+  xwalk::RuntimeContext* GetRuntimeContext() const;
+
   // Override this to add any custom cleanup code that needs to be done on the
   // main thread before the browser is torn down.
   virtual void ProperMainThreadCleanup() {}