commit | 3366f574f1df0df9ea44c43bac9de1017589dc44 | [log] [tgz] |
---|---|---|
author | Victor Hugo Vianna Silva <[email protected]> | Wed Sep 30 14:18:29 2020 |
committer | Commit Bot <[email protected]> | Wed Sep 30 14:18:29 2020 |
tree | 1cc3472675b1f0ac2cccfa7845654a71eb052102 | |
parent | 823b196c2e7a779fb7301cc9848311d82bb0ca2a [diff] [blame] |
Add auto-sync decoupling to chrome://flags This CL makes it easier to test the auto-sync decoupling feature by adding a corresponding switch to chrome://flags. Bug: 1105795 Change-Id: I46f4e85aaace65e526fd2b8168b7bb62dc958495 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438370 Commit-Queue: Victor Vianna <[email protected]> Reviewed-by: Marc Treib <[email protected]> Cr-Commit-Position: refs/heads/master@{#811988}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 4a40f5fb..70785ff 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1567,6 +1567,9 @@ extern const char kCpuAffinityRestrictToLittleCoresName[]; extern const char kCpuAffinityRestrictToLittleCoresDescription[]; +extern const char kDecoupleSyncFromAndroidAutoSyncName[]; +extern const char kDecoupleSyncFromAndroidAutoSyncDescription[]; + extern const char kDirectActionsName[]; extern const char kDirectActionsDescription[];