| Index: chrome/browser/tab_contents/tab_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.h (revision 16844)
|
| +++ chrome/browser/tab_contents/tab_contents.h (working copy)
|
| @@ -574,6 +574,9 @@
|
| render_view_host()->WindowMoveOrResizeStarted();
|
| }
|
|
|
| + // Marks that the current navigation resulted in download.
|
| + void MarkAsDownload();
|
| +
|
| private:
|
| friend class NavigationController;
|
| // Used to access the child_windows_ (ConstrainedWindowList) for testing
|
|
|