commit | c514fc9b290e89fbef6a49f0007c4f2050e7a147 | [log] [tgz] |
---|---|---|
author | Jon Mann <[email protected]> | Thu May 23 21:30:23 2019 |
committer | Commit Bot <[email protected]> | Thu May 23 21:30:23 2019 |
tree | f6483495189a65b9600dba34190ca298d04d91b7 | |
parent | b4e5024545d002ac3c4c2ab8683e72dd6cbc46f5 [diff] [blame] |
Add a feature flag to gate Wi-Fi sync for ChromeOS. Bug: 966270 Change-Id: I12169fe0f9e56364c7839521e478008faf3be604 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626638 Commit-Queue: Jon Mann <[email protected]> Auto-Submit: Jon Mann <[email protected]> Reviewed-by: Marc Treib <[email protected]> Cr-Commit-Position: refs/heads/master@{#662827}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index c096282..a6b86a9 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1881,6 +1881,9 @@ extern const char kStreamlinedUsbPrinterSetupName[]; extern const char kStreamlinedUsbPrinterSetupDescription[]; +extern const char kSyncWifiConfigurationsName[]; +extern const char kSyncWifiConfigurationsDescription[]; + extern const char kTetherName[]; extern const char kTetherDescription[];