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

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

Issue 11300005: Adding a new transition type flag to Android ContentView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Initial patch Created 8 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7a66d026e8c937b887c6c9351a6f889b9dd44333..b599cda98539b6da5f1a6eafc067df4fb7bdcd04 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
@@ -40,6 +40,7 @@ public class ContentView extends FrameLayout implements ContentViewCore.Internal
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;
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698