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

Unified Diff: chrome/common/pref_names.h

Issue 2639463002: Add a pref name for share targets, and store their manifest data. (Closed)
Patch Set: Fixed, as per feedback 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 5bdcc20e872757a46995fbf711d3debc71283ba6..76296d32ce438a18ebda229f7b8ac347b3857710 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -872,6 +872,8 @@ extern const char kSearchGeolocationPostDisclosureMetricsRecorded[];
extern const char kGoogleDSEGeolocationSetting[];
+extern const char kWebShareVisitedTargets[];
+
} // namespace prefs
#endif // CHROME_COMMON_PREF_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698