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

Unified Diff: chrome/common/page_transition_types.h

Issue 3359013: Revert 58809 - Implement the webNavigation.onCommitted event.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 3 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: chrome/common/page_transition_types.h
===================================================================
--- chrome/common/page_transition_types.h (revision 58815)
+++ chrome/common/page_transition_types.h (working copy)
@@ -102,9 +102,6 @@
// Any of the core values above can be augmented by one or more qualifiers.
// These qualifiers further define the transition.
- // User used the Forward or Back button to navigate among browsing history.
- FORWARD_BACK = 0x01000000,
-
// The beginning of a navigation chain.
CHAIN_START = 0x10000000,
@@ -160,9 +157,6 @@
// Return a string version of the core type values.
static const char* CoreTransitionString(Type type);
-
- // Return a string version of the qualifier type values.
- static const char* QualifierString(Type type);
};
#endif // CHROME_COMMON_PAGE_TRANSITION_TYPES_H__
« no previous file with comments | « chrome/common/extensions/docs/experimental.webNavigation.html ('k') | chrome/common/page_transition_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698