| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 01658e3491d08b4e8c2ee7e054aaf655d41363c1..f3c260faf22c3d281e2239127828b16b3fd6131b 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2373,4 +2373,12 @@ const char kSearchGeolocationPostDisclosureMetricsRecorded[] =
|
| // default search engine, if it is the Google search engine.
|
| const char kGoogleDSEGeolocationSetting[] = "google_dse_geolocation_setting";
|
|
|
| +// A dictionary of domains of Web Share Targets to a dictionary containing
|
| +// attributes of its share_target field found in its manifest. Each key in the
|
| +// dictionary is the name of the attribute, and the value is the corresponding
|
| +// value.
|
| +// TODO(constantina): change "visited" to "registered", and only update if the
|
| +// user has explicitly allowed the site to be a share target.
|
| +const char kWebShareVisitedTargets[] = "profile.web_share.visited_targets";
|
| +
|
| } // namespace prefs
|
|
|