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

Unified Diff: ios/web_view/internal/cwv_web_view.mm

Issue 2764773002: Add CWVUserContentController which enables injecting JavaScripts. (Closed)
Patch Set: Add license. Created 3 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
Index: ios/web_view/internal/cwv_web_view.mm
diff --git a/ios/web_view/internal/cwv_web_view.mm b/ios/web_view/internal/cwv_web_view.mm
index 44574ef2a297964588ed65bcad3e05d74a6f6be3..0d5b96f1a88174ed0f102ed8758163bb80d0a149 100644
--- a/ios/web_view/internal/cwv_web_view.mm
+++ b/ios/web_view/internal/cwv_web_view.mm
@@ -54,6 +54,7 @@
@implementation CWVWebView
+@synthesize configuration = _configuration;
@synthesize navigationDelegate = _navigationDelegate;
@synthesize translationDelegate = _translationDelegate;
@synthesize estimatedProgress = _estimatedProgress;

Powered by Google App Engine
This is Rietveld 408576698