Chromium Code Reviews| Index: content/browser/frame_host/navigation_controller_impl.h |
| diff --git a/content/browser/frame_host/navigation_controller_impl.h b/content/browser/frame_host/navigation_controller_impl.h |
| index c0465f866b0b20743d22ff05e58516fde86715c0..7ec82f38aedd563c379a4d1de8327ec02e23e2c5 100644 |
| --- a/content/browser/frame_host/navigation_controller_impl.h |
| +++ b/content/browser/frame_host/navigation_controller_impl.h |
| @@ -94,6 +94,10 @@ class CONTENT_EXPORT NavigationControllerImpl |
| virtual void PruneAllButLastCommitted() OVERRIDE; |
| virtual void ClearAllScreenshots() OVERRIDE; |
| + // Whether this is the initial navigation in an unmodified new tab. In this |
| + // case, we know there is no content displayed in the page. |
| + bool IsUnmodifiedBlankTab() const; |
|
Charlie Reis
2014/04/18 01:23:53
I abstracted this out so I could use it in both Ge
|
| + |
| // The session storage namespace that all child RenderViews belonging to |
| // |instance| should use. |
| SessionStorageNamespace* GetSessionStorageNamespace( |