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; |