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

Unified Diff: content/public/browser/navigation_type.h

Issue 1214073005: Remove NAVIGATION_TYPE_IN_PAGE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: didreplace Created 5 years, 5 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/public/browser/navigation_type.h
diff --git a/content/public/browser/navigation_type.h b/content/public/browser/navigation_type.h
index b63190b183edd9253ced10db6200ec36f5472da7..242101b1fa1b50c957846f60eae73d7cb6af556d 100644
--- a/content/public/browser/navigation_type.h
+++ b/content/public/browser/navigation_type.h
@@ -30,12 +30,6 @@ enum NavigationType {
// pending entry for the load, which is then meaningless.
NAVIGATION_TYPE_SAME_PAGE,
- // The navigation was in the main frame, to a different navigation entry, but
- // appearing to the user to be a navigation within the same page. This is the
- // case for history.replaceState(), as well as back and forward across
- // fragment entries and history.pushState() entries.
- NAVIGATION_TYPE_IN_PAGE,
-
// A new subframe was manually navigated by the user. We will create a new
// NavigationEntry so they can go back to the previous subframe content
// using the back button.

Powered by Google App Engine
This is Rietveld 408576698