Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / public / browser / browser_plugin_guest_manager.cc
index 8780a09..4ea1817 100644 (file)
@@ -4,10 +4,14 @@
 
 #include "content/public/browser/browser_plugin_guest_manager.h"
 
-#include "base/values.h"
-
 namespace content {
 
+WebContents* BrowserPluginGuestManager::GetGuestByInstanceID(
+    WebContents* embedder_web_contents,
+    int browser_plugin_instance_id) {
+  return NULL;
+}
+
 bool BrowserPluginGuestManager::ForEachGuest(
     WebContents* embedder_web_contents,
     const GuestCallback& callback) {