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

Unified Diff: content/browser/tab_contents/navigation_entry.cc

Issue 8760024: Cross-process postMessage (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 1 month 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: content/browser/tab_contents/navigation_entry.cc
diff --git a/content/browser/tab_contents/navigation_entry.cc b/content/browser/tab_contents/navigation_entry.cc
index b84050a791394718093f6a4a053a305cfb750684..7841b98ae35bc6e4f34ca5484ecb0684c985245a 100644
--- a/content/browser/tab_contents/navigation_entry.cc
+++ b/content/browser/tab_contents/navigation_entry.cc
@@ -43,6 +43,7 @@ NavigationEntry::NavigationEntry()
transition_type_(content::PAGE_TRANSITION_LINK),
has_post_data_(false),
restore_type_(RESTORE_NONE),
+ opener_browsing_instance_frame_id_(-1),
is_renderer_initiated_(false) {
}
@@ -64,6 +65,7 @@ NavigationEntry::NavigationEntry(SiteInstance* instance,
transition_type_(transition_type),
has_post_data_(false),
restore_type_(RESTORE_NONE),
+ opener_browsing_instance_frame_id_(-1),
is_renderer_initiated_(is_renderer_initiated) {
}

Powered by Google App Engine
This is Rietveld 408576698