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

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

Issue 672973003: Navigation transitions (web to native app): Clear navigation transition data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « content/browser/transition_request_manager.h ('k') | 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 7dfcccc2f8e914262d9775ca1e7513c90425a8c6..6da02bb128b43bc22916bedd5363d01db260d144 100644
--- a/content/browser/web_contents/web_contents_android.h
+++ b/content/browser/web_contents/web_contents_android.h
@@ -50,6 +50,7 @@ class CONTENT_EXPORT WebContentsAndroid
void SetHasPendingNavigationTransitionForTesting(JNIEnv* env, jobject obj);
void SetupTransitionView(JNIEnv* env, jobject jobj, jstring markup);
void BeginExitTransition(JNIEnv* env, jobject jobj, jstring css_selector);
+ void ClearNavigationTransitionData(JNIEnv* env, jobject jobj);
// This method is invoked when the request is deferred immediately after
// receiving response headers.
« no previous file with comments | « content/browser/transition_request_manager.h ('k') | content/browser/web_contents/web_contents_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698