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. |