| Index: chrome/browser/sync/test/integration/sessions_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/sessions_helper.cc b/chrome/browser/sync/test/integration/sessions_helper.cc
|
| index d69baa20641d2642caa442f1adb7c9daf8be6317..e6c61e6e889b96705d4ef28e3389c20bd1d99e76 100644
|
| --- a/chrome/browser/sync/test/integration/sessions_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/sessions_helper.cc
|
| @@ -139,12 +139,13 @@ class TabEventHandler : public browser_sync::LocalSessionEventHandler {
|
| TestTimeouts::action_max_timeout());
|
| }
|
|
|
| - void OnLocalTabModified(
|
| + bool OnLocalTabModified(
|
| browser_sync::SyncedTabDelegate* modified_tab) override {
|
| // Unwind to ensure SessionsSyncManager has processed the event.
|
| base::ThreadTaskRunnerHandle::Get()->PostTask(
|
| FROM_HERE,
|
| base::Bind(&TabEventHandler::QuitLoop, weak_factory_.GetWeakPtr()));
|
| + return true;
|
| }
|
|
|
| void OnFaviconsChanged(const std::set<GURL>& /* page_urls */,
|
|
|