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

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

Issue 2679003002: Initialize CRIWVWebView with Configuration object instead of browserState. (Closed)
Patch Set: Rebase. Respond to comments. Fix duplicate unique_ptr. Created 3 years, 10 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_view/internal/criwv_web_client.h ('k') | ios/web_view/internal/criwv_web_main_parts.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/internal/criwv_web_client.mm
diff --git a/ios/web_view/internal/criwv_web_client.mm b/ios/web_view/internal/criwv_web_client.mm
index 18239dd1c0b8897d4577a692725407007b997e4d..b2945e423b2a8a444194d6da44a45174950cad03 100644
--- a/ios/web_view/internal/criwv_web_client.mm
+++ b/ios/web_view/internal/criwv_web_client.mm
@@ -26,6 +26,10 @@ CRIWVBrowserState* CRIWVWebClient::browser_state() const {
return web_main_parts_->browser_state();
}
+CRIWVBrowserState* CRIWVWebClient::off_the_record_browser_state() const {
+ return web_main_parts_->off_the_record_browser_state();
+}
+
std::string CRIWVWebClient::GetProduct() const {
return base::SysNSStringToUTF8([delegate_ partialUserAgent]);
}
« no previous file with comments | « ios/web_view/internal/criwv_web_client.h ('k') | ios/web_view/internal/criwv_web_main_parts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698