| 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..f7e633501a8a510e91b56a909bb4463fdbd56ba7 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -196,6 +196,10 @@ class CONTENT_EXPORT WebContentsImpl
|
| // have been removed.
|
| void RemoveAccessibilityMode(AccessibilityMode mode);
|
|
|
| + // Clear the navigation transition data when the user navigates back to Chrome
|
| + // from a native app.
|
| + void ClearNavigationTransitionData();
|
| +
|
| // WebContents ------------------------------------------------------
|
| WebContentsDelegate* GetDelegate() override;
|
| void SetDelegate(WebContentsDelegate* delegate) override;
|
|
|