| Index: chrome/renderer/translate_helper.h
|
| diff --git a/chrome/renderer/translate_helper.h b/chrome/renderer/translate_helper.h
|
| index 04c623e42203ed4521568d3c5005e05eb2c72dc3..60a0bf50413f8cbc5857905c682a50fece6dc7fa 100644
|
| --- a/chrome/renderer/translate_helper.h
|
| +++ b/chrome/renderer/translate_helper.h
|
| @@ -82,7 +82,7 @@ class TranslateHelper {
|
|
|
| // Used in unit-tests. Makes the various tasks be posted immediately so that
|
| // the tests don't have to wait before checking states.
|
| - virtual bool DontDelayTasks() { return false; }
|
| + virtual bool DontDelayTasks();
|
|
|
| private:
|
| // Checks if the current running page translation is finished or errored and
|
|
|