Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3127)

Unified Diff: content/shell/browser/shell_content_browser_client.h

Issue 1470823002: Enable builtin Mojo JS modules in layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@usb-testing
Patch Set: self review Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/shell/browser/shell_content_browser_client.h
diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h
index d10ca3af85dc048f74bec47b7f6afe3e2048f87b..fa6a74b485e75e512c750daada3b8be2a4fac8ed 100644
--- a/content/shell/browser/shell_content_browser_client.h
+++ b/content/shell/browser/shell_content_browser_client.h
@@ -73,6 +73,8 @@ class ShellContentBrowserClient : public ContentBrowserClient {
const OpenURLParams& params,
const base::Callback<void(WebContents*)>& callback) override;
+ int GetDefaultEnabledBindingsForView(RenderViewHost* view) override;
+
#if defined(OS_ANDROID)
void GetAdditionalMappedFilesForChildProcess(
const base::CommandLine& command_line,

Powered by Google App Engine
This is Rietveld 408576698