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

Unified Diff: content/browser/web_contents/web_contents_impl.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
Index: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 60fdc726a86e9005a816a5b400dbf8a380c3f9e7..b4bbb5d3f2d648651164c710df17566f8ffe9d79 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -196,6 +196,8 @@ class CONTENT_EXPORT WebContentsImpl
// have been removed.
void RemoveAccessibilityMode(AccessibilityMode mode);
+ void ClearNavigationTransitionData();
oystein (OOO til 10th of July) 2014/10/27 18:58:28 nit: comment?
Zhen Wang 2014/10/27 21:49:38 Done.
+
// WebContents ------------------------------------------------------
WebContentsDelegate* GetDelegate() override;
void SetDelegate(WebContentsDelegate* delegate) override;

Powered by Google App Engine
This is Rietveld 408576698