| Index: chrome/test/sync/engine/syncer_command_test.h
|
| ===================================================================
|
| --- chrome/test/sync/engine/syncer_command_test.h (revision 52107)
|
| +++ chrome/test/sync/engine/syncer_command_test.h (working copy)
|
| @@ -44,6 +44,9 @@
|
| const base::TimeDelta& new_interval) {
|
| FAIL() << "Should not get poll interval update.";
|
| }
|
| + virtual void OnShouldStopSyncingPermanently() {
|
| + FAIL() << "Shouldn't be forced to stop syncing.";
|
| + }
|
|
|
| // ModelSafeWorkerRegistrar implementation.
|
| virtual void GetWorkers(std::vector<ModelSafeWorker*>* out) {
|
|
|