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

Unified Diff: content/public/android/java/src/org/chromium/content/browser/ContentViewCore.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/ContentViewCore.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java b/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
index 9ad2f95de84c55c45f8b32c58a36f2c248ceecdf..0072ce685f2fa6fe88b671f54049f73f4b54cc70 100644
--- a/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
+++ b/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
@@ -58,13 +58,6 @@ import java.lang.annotation.Annotation;
public class ContentViewCore implements MotionEventDelegate {
private static final String TAG = ContentViewCore.class.getName();
- // 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_START_PAGE = 6;
joth 2012/12/14 03:22:18 these are used quite a lot in the internal tree. y
Yaron 2012/12/14 03:34:21 +1
boliu 2012/12/14 05:57:36 Done.
-
// Used when ContentView implements a standalone View.
public static final int PERSONALITY_VIEW = 0;
// Used for Chrome.

Powered by Google App Engine
This is Rietveld 408576698