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

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

Issue 2612993002: Make geolocation API and X-Geo header access consistent (Closed)
Patch Set: Fix some things; rebase 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 unified diff | Download patch
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 2332 matching lines...) Expand 10 before | Expand all | Expand 10 after
2343 // have been recorded. 2343 // have been recorded.
2344 const char kSearchGeolocationPreDisclosureMetricsRecorded[] = 2344 const char kSearchGeolocationPreDisclosureMetricsRecorded[] =
2345 "search_geolocation_pre_disclosure_metrics_recorded"; 2345 "search_geolocation_pre_disclosure_metrics_recorded";
2346 2346
2347 // Whether the metrics for the state of geolocation post-disclosure being shown 2347 // Whether the metrics for the state of geolocation post-disclosure being shown
2348 // have been recorded. 2348 // have been recorded.
2349 const char kSearchGeolocationPostDisclosureMetricsRecorded[] = 2349 const char kSearchGeolocationPostDisclosureMetricsRecorded[] =
2350 "search_geolocation_post_disclosure_metrics_recorded"; 2350 "search_geolocation_post_disclosure_metrics_recorded";
2351 #endif 2351 #endif
2352 2352
2353 // A dictionary which stores whether location access is enabled for the current
2354 // default search engine, if it is the Google search engine.
2355 const char kGoogleDSEGeolocationSetting[] = "google_dse_geolocation_setting";
2356
2353 } // namespace prefs 2357 } // namespace prefs
OLDNEW
« chrome/browser/permissions/permission_manager.h ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698