| Index: content/browser/renderer_host/browser_render_process_host.h
|
| diff --git a/content/browser/renderer_host/browser_render_process_host.h b/content/browser/renderer_host/browser_render_process_host.h
|
| index d3eee336baa8ec0ee83e940973273aa2049c0a63..3f7a23c478015145e4ffd5ebb3d83299860667e6 100644
|
| --- a/content/browser/renderer_host/browser_render_process_host.h
|
| +++ b/content/browser/renderer_host/browser_render_process_host.h
|
| @@ -81,6 +81,7 @@ class BrowserRenderProcessHost : public RenderProcessHost,
|
| void CreateMessageFilters();
|
|
|
| // Control message handlers.
|
| + void OnShutdownRequest();
|
| void OnUpdatedCacheStats(const WebKit::WebCache::UsageStats& stats);
|
| void SuddenTerminationChanged(bool enabled);
|
| void OnUserMetricsRecordAction(const std::string& action);
|
|
|