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

Unified Diff: Source/web/WebFrameImpl.h

Issue 28983004: Split the frame tree logic out of HistoryItem (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
« no previous file with comments | « Source/web/ContextMenuClientImpl.cpp ('k') | Source/web/WebFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebFrameImpl.h
diff --git a/Source/web/WebFrameImpl.h b/Source/web/WebFrameImpl.h
index f5d92877faa6e1ba82ef668951873a0e4496f652..6db87fb469b1a744f7b38d63be5419440de62b2b 100644
--- a/Source/web/WebFrameImpl.h
+++ b/Source/web/WebFrameImpl.h
@@ -511,10 +511,6 @@ private:
// information. Is used by PrintPage().
OwnPtr<ChromePrintContext> m_printContext;
- // Ensure we don't overwrite valid history data during same document loads
- // from HistoryItems
- bool m_inSameDocumentHistoryLoad;
-
// Stores the additional input events offset and scale when device metrics emulation is enabled.
WebCore::IntSize m_inputEventsOffsetForEmulation;
float m_inputEventsScaleFactorForEmulation;
« no previous file with comments | « Source/web/ContextMenuClientImpl.cpp ('k') | Source/web/WebFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698