| Index: content/browser/plugin_process_host.h
|
| diff --git a/content/browser/plugin_process_host.h b/content/browser/plugin_process_host.h
|
| index fc00434e99623d2af6c6c8aad3a99326eb460d86..95b25369eb30c048f50db384431396f37ad7f8db 100644
|
| --- a/content/browser/plugin_process_host.h
|
| +++ b/content/browser/plugin_process_host.h
|
| @@ -148,6 +148,11 @@ class CONTENT_EXPORT PluginProcessHost
|
| void OnPluginSetCursorVisibility(bool visible);
|
| #endif
|
|
|
| + // Forward client messages to content::debug::RecordMsg/GetMessages.
|
| + void OnContentDebugRecordMsg(int bug_id, const std::string& msg);
|
| + void OnContentDebugGetMessages(int bug_id, bool* handled,
|
| + std::vector<std::string>* msgs);
|
| +
|
| virtual bool CanShutdown() OVERRIDE;
|
| virtual void OnProcessCrashed(int exit_code) OVERRIDE;
|
|
|
|
|