| 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 f3050d98f9e285fc2fd10cde8443b94942ca6cef..4a75433864ca85936d72e73c40e1a1852a4dc1d2 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -298,6 +298,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);
|
|
|