| Index: chrome/renderer/render_view.h
|
| ===================================================================
|
| --- chrome/renderer/render_view.h (revision 75181)
|
| +++ chrome/renderer/render_view.h (working copy)
|
| @@ -1166,6 +1166,9 @@
|
| // Timer used to delay the updating of nav state (see SyncNavigationState).
|
| base::OneShotTimer<RenderView> nav_state_sync_timer_;
|
|
|
| + // True if the RenderView is currently prerendering a page.
|
| + bool is_prerendering_;
|
| +
|
| // Page IDs ------------------------------------------------------------------
|
| //
|
| // Page IDs allow the browser to identify pages in each renderer process for
|
|
|