Index: content/browser/renderer_host/render_widget_host_impl.h |
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h |
index 6f31db2be8133f51a19ade2a959c49aea47cff19..5728d447882e345008cce19f2ad413617ca8890c 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -227,7 +227,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl |
void ViewDestroyed(); |
// Indicates if the page has finished loading. |
- void SetIsLoading(bool is_loading); |
+ virtual void SetIsLoading(bool is_loading); |
jam
2014/08/28 23:43:56
nit: move this to line 223 with the other virtual
|
#if defined(OS_MACOSX) |
// Pause for a moment to wait for pending repaint or resize messages sent to |