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

Unified Diff: content/common/frame_messages.h

Issue 2741313002: Renamed WasWithinSamePage to WasWithinSameDocument. (Closed)
Patch Set: Even moar fixes 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
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 60fb513c9ac7cc76dd1b12e54ff98044dda803bd..20bd0d21051623917abe11fe2aad9e12d7c59d2e 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -246,7 +246,7 @@ IPC_STRUCT_BEGIN_WITH_PARENT(FrameHostMsg_DidCommitProvisionalLoad_Params,
// Whether the frame navigation resulted in no change to the documents within
// the page. For example, the navigation may have just resulted in scrolling
Charlie Reis 2017/03/15 02:43:10 Heh, this sentence is all kinds of confusing. :)
Eugene But (OOO till 7-30) 2017/03/15 16:16:17 Done.
// to a named anchor.
- IPC_STRUCT_MEMBER(bool, was_within_same_page)
+ IPC_STRUCT_MEMBER(bool, was_within_same_document)
// The status code of the HTTP request.
IPC_STRUCT_MEMBER(int, http_status_code)

Powered by Google App Engine
This is Rietveld 408576698