| Index: content/renderer/render_thread_impl.h
|
| ===================================================================
|
| --- content/renderer/render_thread_impl.h (revision 107831)
|
| +++ content/renderer/render_thread_impl.h (working copy)
|
| @@ -190,6 +190,7 @@
|
| void OnPurgePluginListCache(bool reload_pages);
|
| void OnNetworkStateChanged(bool online);
|
| void OnGetAccessibilityTree();
|
| + void OnTempCrashWithData(const GURL& data);
|
|
|
| // These objects live solely on the render thread.
|
| scoped_ptr<ScopedRunnableMethodFactory<RenderThreadImpl> > task_factory_;
|
|
|