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

Unified Diff: content/public/android/java/src/org/chromium/content/browser/ContentView.java

Issue 11577016: Generate PageTransitionTypes.java for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/android/java/src/org/chromium/content/browser/ContentView.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/ContentView.java b/content/public/android/java/src/org/chromium/content/browser/ContentView.java
index ea72eea9495ec03ef20b87c6f6301fcb707957fe..34a8ec71127a16a1259d1689d5675e1f6e13575a 100644
--- a/content/public/android/java/src/org/chromium/content/browser/ContentView.java
+++ b/content/public/android/java/src/org/chromium/content/browser/ContentView.java
@@ -35,12 +35,6 @@ import java.util.ArrayList;
*/
public class ContentView extends FrameLayout implements ContentViewCore.InternalAccessDelegate {
- // The following constants match the ones in chrome/common/page_transition_types.h.
- // Add more if you need them.
- public static final int PAGE_TRANSITION_LINK = 0;
- public static final int PAGE_TRANSITION_TYPED = 1;
- public static final int PAGE_TRANSITION_AUTO_BOOKMARK = 2;
- public static final int PAGE_TRANSITION_GENERATED = 5;
joth 2012/12/14 03:22:18 oh the horror. same here.
boliu 2012/12/14 05:57:36 Done.
public static final int PAGE_TRANSITION_START_PAGE = 6;
// Flag that should be ORed to the page transition when a navigation is initiated from the
// omnibox.

Powered by Google App Engine
This is Rietveld 408576698