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

Unified Diff: content/common/frame_replication_state.cc

Issue 692973005: Pass origin information for remote frame creation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add EXPECT_TRUE to NavigateToURL in new tests; nits Created 6 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/common/frame_replication_state.cc
diff --git a/content/common/input/did_overscroll_params.cc b/content/common/frame_replication_state.cc
similarity index 57%
copy from content/common/input/did_overscroll_params.cc
copy to content/common/frame_replication_state.cc
index 2b69d8600e7ce5ac0974196407ef3aa71e0a2995..34f5fcc6691cd3191868ebb2e7379d4bd0e079fb 100644
--- a/content/common/input/did_overscroll_params.cc
+++ b/content/common/frame_replication_state.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/common/input/did_overscroll_params.h"
+#include "content/common/frame_replication_state.h"
namespace content {
-DidOverscrollParams::DidOverscrollParams() {
+FrameReplicationState::FrameReplicationState() : origin() {
}
-DidOverscrollParams::~DidOverscrollParams() {
+FrameReplicationState::~FrameReplicationState() {
}
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698