| Index: chrome/browser/renderer_host/render_view_host_delegate.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host_delegate.h (revision 17847)
|
| +++ chrome/browser/renderer_host/render_view_host_delegate.h (working copy)
|
| @@ -284,6 +284,10 @@
|
| const std::string& target) {
|
| }
|
|
|
| + // A document has been loaded in a frame.
|
| + virtual void DocumentLoadedInFrame() {
|
| + }
|
| +
|
| // Navigate to the history entry for the given offset from the current
|
| // position within the NavigationController. Makes no change if offset is
|
| // not valid.
|
|
|