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

Unified Diff: android_webview/lib/main/webview_jni_onload.cc

Issue 1890203002: Implement Web Restrictions in WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet another manual rebase! Created 4 years, 4 months 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: android_webview/lib/main/webview_jni_onload.cc
diff --git a/android_webview/lib/main/webview_jni_onload.cc b/android_webview/lib/main/webview_jni_onload.cc
index 9313da82cab2ad12bb1a856f8499946a07b47f24..47b67f47758f40192caaac5c42760cc8f123b0f8 100644
--- a/android_webview/lib/main/webview_jni_onload.cc
+++ b/android_webview/lib/main/webview_jni_onload.cc
@@ -13,6 +13,8 @@
#include "base/bind.h"
#include "components/external_video_surface/component_jni_registrar.h"
#include "components/web_contents_delegate_android/component_jni_registrar.h"
+#include "components/web_restrictions/browser/web_restrictions_client.h"
Torne 2016/08/17 18:20:55 nit: no need to add these now that they don't defi
aberent 2016/08/18 09:39:59 Done.
+#include "components/web_restrictions/browser/web_restrictions_client_result.h"
#include "content/public/app/content_jni_onload.h"
#include "content/public/app/content_main.h"
#include "url/url_util.h"

Powered by Google App Engine
This is Rietveld 408576698