| Index: chrome/test/sync/engine/syncer_command_test.h
|
| diff --git a/chrome/test/sync/engine/syncer_command_test.h b/chrome/test/sync/engine/syncer_command_test.h
|
| index a5a8235831a71b00e656ef301ecb18a101adc799..607bd2edbad25ea5880924968c6bc4e4b29fbc5d 100644
|
| --- a/chrome/test/sync/engine/syncer_command_test.h
|
| +++ b/chrome/test/sync/engine/syncer_command_test.h
|
| @@ -56,6 +56,12 @@ class SyncerCommandTestWithParam : public testing::TestWithParam<T>,
|
| virtual void OnShouldStopSyncingPermanently() OVERRIDE {
|
| FAIL() << "Shouldn't be forced to stop syncing.";
|
| }
|
| + virtual void OnRequestEarlyExit() OVERRIDE {
|
| + FAIL() << "Shouldn't be forced to stop syncing.";
|
| + }
|
| + virtual void OnActionableError() OVERRIDE {
|
| + FAIL() << "Shouldn't be forced to stop syncing.";
|
| + }
|
|
|
| // ModelSafeWorkerRegistrar implementation.
|
| virtual void GetWorkers(std::vector<ModelSafeWorker*>* out) OVERRIDE {
|
|
|