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

Side by Side Diff: chrome/common/pref_names.cc

Issue 2639463002: Add a pref name for share targets, and store their manifest data. (Closed)
Patch Set: Remove upstream dependency Created 3 years, 10 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 unified diff | Download patch
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/macros.h" 7 #include "base/macros.h"
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "chrome/common/features.h" 9 #include "chrome/common/features.h"
10 #include "chrome/common/pref_font_webkit_names.h" 10 #include "chrome/common/pref_font_webkit_names.h"
(...skipping 2355 matching lines...) Expand 10 before | Expand all | Expand 10 after
2366 // Whether the metrics for the state of geolocation post-disclosure being shown 2366 // Whether the metrics for the state of geolocation post-disclosure being shown
2367 // have been recorded. 2367 // have been recorded.
2368 const char kSearchGeolocationPostDisclosureMetricsRecorded[] = 2368 const char kSearchGeolocationPostDisclosureMetricsRecorded[] =
2369 "search_geolocation_post_disclosure_metrics_recorded"; 2369 "search_geolocation_post_disclosure_metrics_recorded";
2370 #endif 2370 #endif
2371 2371
2372 // A dictionary which stores whether location access is enabled for the current 2372 // A dictionary which stores whether location access is enabled for the current
2373 // default search engine, if it is the Google search engine. 2373 // default search engine, if it is the Google search engine.
2374 const char kGoogleDSEGeolocationSetting[] = "google_dse_geolocation_setting"; 2374 const char kGoogleDSEGeolocationSetting[] = "google_dse_geolocation_setting";
2375 2375
2376 // A dictionary of manifest URLs of Web Share Targets to a dictionary containing
2377 // attributes of its share_target field found in its manifest. Each key in the
2378 // dictionary is the name of the attribute, and the value is the corresponding
2379 // value.
2380 const char kWebShareVisitedTargets[] = "profile.web_share.visited_targets";
2381
2376 } // namespace prefs 2382 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698