Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: chrome/common/pref_names.h

Issue 2639463002: Add a pref name for share targets, and store their manifest data. (Closed)
Patch Set: Added tests. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698