| Index: chrome/browser/sync/sessions/sync_session_unittest.cc
|
| diff --git a/chrome/browser/sync/sessions/sync_session_unittest.cc b/chrome/browser/sync/sessions/sync_session_unittest.cc
|
| index fe5f6ed9fb40f315be8391ae780a39e69e825bb9..87a592a4802e8bdc63364e55e02a8ec611a32cb6 100644
|
| --- a/chrome/browser/sync/sessions/sync_session_unittest.cc
|
| +++ b/chrome/browser/sync/sessions/sync_session_unittest.cc
|
| @@ -71,6 +71,9 @@ class SyncSessionTest : public testing::Test,
|
| virtual void OnShouldStopSyncingPermanently() OVERRIDE {
|
| FailControllerInvocationIfDisabled("OnShouldStopSyncingPermanently");
|
| }
|
| + virtual void OnRequestEarlyExit() OVERRIDE {
|
| + FailControllerInvocationIfDisabled("OnShouldStopSyncingPermanently");
|
| + }
|
|
|
| // ModelSafeWorkerRegistrar implementation.
|
| virtual void GetWorkers(std::vector<ModelSafeWorker*>* out) OVERRIDE {}
|
|
|