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

Unified Diff: ios/web/web_state/web_state.mm

Issue 2755823002: Moved |openedByDOM| to WebState's CreateParams and public interface. (Closed)
Patch Set: . 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
« no previous file with comments | « ios/web/web_state/ui/crw_web_controller_unittest.mm ('k') | ios/web/web_state/web_state_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/web_state.mm
diff --git a/ios/web/web_state/web_state.mm b/ios/web/web_state/web_state.mm
index d3ed3c7ba2fd5d6705356f02d186f3df3da33395..ad5791d633b0a2f4bc7ca9c410407f40191f5d38 100644
--- a/ios/web/web_state/web_state.mm
+++ b/ios/web/web_state/web_state.mm
@@ -7,7 +7,7 @@
namespace web {
WebState::CreateParams::CreateParams(web::BrowserState* browser_state)
- : browser_state(browser_state) {}
+ : browser_state(browser_state), created_with_opener(false) {}
WebState::CreateParams::~CreateParams() {}
« no previous file with comments | « ios/web/web_state/ui/crw_web_controller_unittest.mm ('k') | ios/web/web_state/web_state_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698