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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java

Issue 2037223002: Add slide in/slide out transition for Herb CCTs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing xmly bits Created 4 years, 6 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 | « chrome/android/java/src/org/chromium/chrome/browser/customtabs/SeparateTaskCustomTabActivity.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java b/chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java
index 621bbc0e61ea1ebc5f2ad246764f446bffc0e714..c8838c5b2cede84bd17af701e9de8ae7dd244af3 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java
@@ -426,6 +426,7 @@ public class ChromeLauncherActivity extends Activity
// Create and fire a launch intent.
startActivity(createCustomTabActivityIntent(
this, getIntent(), !isCustomTabIntent() && mIsHerbIntent));
+ if (mIsHerbIntent) overridePendingTransition(R.anim.slide_in_up, R.anim.no_anim);
}
@SuppressLint("InlinedApi")
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/customtabs/SeparateTaskCustomTabActivity.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698