Chromium Code Reviews| Index: chrome/common/pref_names.h |
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
| index 67f9145cc26189e04713a096a9a3298c53993088..5ac9bc793edc5e92a1cf7fb68ada7f1f56ef4e98 100644 |
| --- a/chrome/common/pref_names.h |
| +++ b/chrome/common/pref_names.h |
| @@ -869,6 +869,10 @@ extern const char kSearchGeolocationPostDisclosureMetricsRecorded[]; |
| extern const char kGoogleDSEGeolocationSetting[]; |
| +#if defined(OS_WIN) || defined(OS_LINUX) |
|
Matt Giuca
2017/01/23 03:01:00
Again, don't qualify this for specific OSes.
constantina
2017/01/24 02:03:43
Done.
|
| +extern const char kWebShareVisitedTargets[]; |
| +#endif |
| + |
| } // namespace prefs |
| #endif // CHROME_COMMON_PREF_NAMES_H_ |