Chromium Code Reviews| 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. |