Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(167)

Unified Diff: Tools/MiniBrowser/mac/AppDelegate.m

Issue 339530043: SB prototype
Patch Set: Squashed patch Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/MiniBrowser/MiniBrowser.entitlements ('k') | Tools/MiniBrowser/mac/WK2BrowserWindowController.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/MiniBrowser/mac/AppDelegate.m
diff --git a/Tools/MiniBrowser/mac/AppDelegate.m b/Tools/MiniBrowser/mac/AppDelegate.m
index 3a369a409c4bcda75a1136c1123a0863d5770ea7..b24c78dd79ce7194e6e3483b661b0bd8a564e079 100644
--- a/Tools/MiniBrowser/mac/AppDelegate.m
+++ b/Tools/MiniBrowser/mac/AppDelegate.m
@@ -93,6 +93,7 @@ - (void)awakeFromNib
configuration = [[WKWebViewConfiguration alloc] init];
configuration.preferences._fullScreenEnabled = YES;
configuration.preferences._developerExtrasEnabled = YES;
+ configuration.preferences.safeBrowsingEnabled = YES;
_WKProcessPoolConfiguration *processConfiguration = [[[_WKProcessPoolConfiguration alloc] init] autorelease];
processConfiguration.diskCacheSpeculativeValidationEnabled = ![SettingsController shared].networkCacheSpeculativeRevalidationDisabled;
« no previous file with comments | « Tools/MiniBrowser/MiniBrowser.entitlements ('k') | Tools/MiniBrowser/mac/WK2BrowserWindowController.m » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b