| Index: content/browser/renderer_host/render_process_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
|
| index 635332dccc6f472536e8571e07bf78aeba4f170c..e492698ef6e3f90f95a5cda26212ef06051a57e7 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -299,6 +299,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| // Control message handlers.
|
| void OnShutdownRequest();
|
| void SuddenTerminationChanged(bool enabled);
|
| + void OnGetUniversalAccessDisposition(bool* is_access_grantable);
|
| void OnUserMetricsRecordAction(const std::string& action);
|
| void OnSavedPageAsMHTML(int job_id, int64 mhtml_file_size);
|
| void OnCloseACK(int old_route_id);
|
|
|