| Index: chrome/common/temp_scaffolding_stubs.h
|
| ===================================================================
|
| --- chrome/common/temp_scaffolding_stubs.h (revision 9874)
|
| +++ chrome/common/temp_scaffolding_stubs.h (working copy)
|
| @@ -786,7 +786,7 @@
|
| void Destroy() { NOTIMPLEMENTED(); }
|
| bool OnRendererGone(RenderViewHost*) {
|
| NOTIMPLEMENTED();
|
| - return false;
|
| + return true; // Assume for now that all renderer crashes are important.
|
| }
|
| void DidGetPrintedPagesCount(int, int) { NOTIMPLEMENTED(); }
|
| void DidPrintPage(const ViewHostMsg_DidPrintPage_Params&) {
|
|
|