Index: content/public/browser/content_browser_client.cc |
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc |
index cc76f06cb335626c635333106b0ad80fb042c548..d48152e5c3f3b16287c4fa9441551d829c07c322 100644 |
--- a/content/public/browser/content_browser_client.cc |
+++ b/content/public/browser/content_browser_client.cc |
@@ -118,6 +118,11 @@ scoped_ptr<media::CdmFactory> ContentBrowserClient::CreateCdmFactory() { |
return nullptr; |
} |
+int ContentBrowserClient::GetDefaultEnabledBindingsForView( |
+ RenderViewHost* view) { |
+ return 0; |
+} |
+ |
bool ContentBrowserClient::ShouldSwapProcessesForRedirect( |
ResourceContext* resource_context, const GURL& current_url, |
const GURL& new_url) { |