commit | 69a132f9432927881654c78c0d88a9efe4122093 | [log] [tgz] |
---|---|---|
author | Yasmin <[email protected]> | Wed Aug 07 15:30:36 2019 |
committer | Commit Bot <[email protected]> | Wed Aug 07 15:30:36 2019 |
tree | 337c57e3172ccae27cc2cb0da7fc2eb816e7a183 | |
parent | c94bdf42c2c74071f9bb1a52823472f5708a38ba [diff] [blame] |
Feature flags for Shared Clipboard feature. Bug: 991521 Change-Id: I56e43de93111f0e568b2a75ecbdd74f5aa39bf94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1741814 Commit-Queue: Yasmin Molazadeh <[email protected]> Reviewed-by: Michael van Ouwerkerk <[email protected]> Cr-Commit-Position: refs/heads/master@{#684769}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 3b05f16e..2387a33c 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1009,6 +1009,12 @@ extern const char kSettingsWindowName[]; extern const char kSettingsWindowDescription[]; +extern const char kSharedClipboardReceiverName[]; +extern const char kSharedClipboardReceiverDescription[]; + +extern const char kSharedClipboardUIName[]; +extern const char kSharedClipboardUIDescription[]; + extern const char kSharingDeviceRegistrationName[]; extern const char kSharingDeviceRegistrationDescription[];