Commit 4520dc4b authored by Marc Treib's avatar Marc Treib Committed by Commit Bot

about:sync-internals: Use RequestStop(CLEAR_DATA) instead of KEEP_DATA

CLEAR_DATA is what's typically used in practice, and KEEP_DATA is a
weird concept anyway.

Bug: 860482
Change-Id: Ia3d15463a03f947db19d08ebfd035299ee566eaf
Reviewed-on: https://chromium-review.googlesource.com/1146572Reviewed-by: default avatarMohamed Amir Yosef <mamir@chromium.org>
Commit-Queue: Marc Treib <treib@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577142}
parent 0f1cfccc
......@@ -292,7 +292,7 @@ void SyncInternalsMessageHandler::HandleRequestStop(
if (!service)
return;
service->RequestStop(SyncService::KEEP_DATA);
service->RequestStop(SyncService::CLEAR_DATA);
}
void SyncInternalsMessageHandler::HandleTriggerRefresh(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment