Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / public / test / test_browser_context.cc
index 20b7b88..bfbeb80 100644 (file)
@@ -143,6 +143,11 @@ GeolocationPermissionContext*
   return NULL;
 }
 
+BrowserPluginGuestManagerDelegate*
+    TestBrowserContext::GetGuestManagerDelegate() {
+  return NULL;
+}
+
 quota::SpecialStoragePolicy* TestBrowserContext::GetSpecialStoragePolicy() {
   return special_storage_policy_.get();
 }