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

Unified Diff: ios/web/public/test/crw_test_js_injection_receiver.mm

Issue 986743003: Upstream (most of) ios/web/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix namespace comment Created 5 years, 9 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
« no previous file with comments | « ios/web/public/referrer_util_unittest.cc ('k') | ios/web/public/url_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/test/crw_test_js_injection_receiver.mm
diff --git a/ios/web/public/test/crw_test_js_injection_receiver.mm b/ios/web/public/test/crw_test_js_injection_receiver.mm
index 3d6d55d8dd6de5017f0f8b9478b3ec3d2247f712..ca987a69048a1290f2c394cfc8e10c3867b66025 100644
--- a/ios/web/public/test/crw_test_js_injection_receiver.mm
+++ b/ios/web/public/test/crw_test_js_injection_receiver.mm
@@ -49,6 +49,10 @@
[_webView stringByEvaluatingJavaScriptFromString:script];
}
+- (web::WebViewType)webViewType {
+ return web::UI_WEB_VIEW_TYPE;
+}
+
@end
@interface CRWTestJSInjectionReceiver () {
« no previous file with comments | « ios/web/public/referrer_util_unittest.cc ('k') | ios/web/public/url_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698