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

Unified Diff: content/browser/web_contents/web_contents_android.h

Issue 775843004: Navigation transitions (web to native app): Revert exit transition (Chrome side) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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
« no previous file with comments | « no previous file | content/browser/web_contents/web_contents_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_android.h
diff --git a/content/browser/web_contents/web_contents_android.h b/content/browser/web_contents/web_contents_android.h
index 7033ddc2045409d5d0ec1669248c5d04fc78a699..89f871478c1376d48ea734b914747cd57f6a4481 100644
--- a/content/browser/web_contents/web_contents_android.h
+++ b/content/browser/web_contents/web_contents_android.h
@@ -57,6 +57,7 @@ class CONTENT_EXPORT WebContentsAndroid
void SetupTransitionView(JNIEnv* env, jobject jobj, jstring markup);
void BeginExitTransition(JNIEnv* env, jobject jobj, jstring css_selector,
jboolean exit_to_native_app);
+ void RevertExitTransition(JNIEnv* env, jobject jobj);
void HideTransitionElements(JNIEnv* env, jobject jobj, jstring css_selector);
void ShowTransitionElements(JNIEnv* env, jobject jobj, jstring css_selector);
void ClearNavigationTransitionData(JNIEnv* env, jobject jobj);
« no previous file with comments | « no previous file | content/browser/web_contents/web_contents_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698