commit | e49cc59c4b1193407bc2e482f6f9fbb596c9d0c7 | [log] [tgz] |
---|---|---|
author | Jeffrey Cohen <[email protected]> | Tue Oct 23 16:27:28 2018 |
committer | Commit Bot <[email protected]> | Tue Oct 23 16:27:28 2018 |
tree | 003343c9b26e0b80fb9f47b6327a1b6c43c6a600 | |
parent | c4aeb5771651627e2f8499db08ed972a51890ce5 [diff] [blame] |
Adding new feature flag for self share prototype Change-Id: I8a2708b8f98e9911c0cd59e664dc7d0f2c819e4c Reviewed-on: https://chromium-review.googlesource.com/c/1285524 Commit-Queue: Jeffrey Cohen <[email protected]> Reviewed-by: Mark Pearson <[email protected]> Cr-Commit-Position: refs/heads/master@{#601980}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index a15ee1c..d941c04 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -975,6 +975,9 @@ extern const char kSavePreviousDocumentResourcesUntilOnDOMContentLoaded[]; extern const char kSavePreviousDocumentResourcesUntilOnLoad[]; +extern const char kSendTabToSelfName[]; +extern const char kSendTabToSelfDescription[]; + extern const char kServiceWorkerPaymentAppsName[]; extern const char kServiceWorkerPaymentAppsDescription[];