Avi Drissman | 4a8573c | 2022-09-09 19:35:54 | [diff] [blame] | 1 | // Copyright 2013 The Chromium Authors |
[email protected] | b544c1ae | 2013-07-24 18:34:13 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
5 | #include "chrome/browser/prefs/pref_metrics_service.h" | ||||
6 | |||||
Mark Pearson | efb5f4f | 2018-08-15 19:55:40 | [diff] [blame] | 7 | #include <string> |
avi | b896c71 | 2015-12-26 02:10:43 | [diff] [blame] | 8 | |
asvitkine | aa06031 | 2016-09-01 22:44:13 | [diff] [blame] | 9 | #include "base/metrics/histogram_macros.h" |
Mark Pearson | efb5f4f | 2018-08-15 19:55:40 | [diff] [blame] | 10 | #include "base/values.h" |
avi | b896c71 | 2015-12-26 02:10:43 | [diff] [blame] | 11 | #include "build/build_config.h" |
[email protected] | 8456bec | 2013-09-09 04:06:23 | [diff] [blame] | 12 | #include "chrome/browser/browser_process.h" |
[email protected] | 16f2ab1 | 2013-07-30 20:24:18 | [diff] [blame] | 13 | #include "chrome/browser/prefs/session_startup_pref.h" |
[email protected] | b544c1ae | 2013-07-24 18:34:13 | [diff] [blame] | 14 | #include "chrome/browser/profiles/profile.h" |
sdefresne | 15a8709 | 2014-10-16 14:41:51 | [diff] [blame] | 15 | #include "chrome/browser/search_engines/template_url_service_factory.h" |
[email protected] | 354b7ab | 2013-09-11 20:48:56 | [diff] [blame] | 16 | #include "chrome/browser/ui/tabs/pinned_tab_codec.h" |
[email protected] | b544c1ae | 2013-07-24 18:34:13 | [diff] [blame] | 17 | #include "chrome/common/pref_names.h" |
[email protected] | a5eaafe | 2014-06-16 23:19:21 | [diff] [blame] | 18 | #include "chrome/common/url_constants.h" |
brettw | b1fc1b8 | 2016-02-02 00:19:08 | [diff] [blame] | 19 | #include "components/prefs/pref_service.h" |
Gayane Petrosyan | 2fd5742 | 2020-10-02 17:13:43 | [diff] [blame] | 20 | #include "components/search_engines/search_engine_utils.h" |
Mark Pearson | efb5f4f | 2018-08-15 19:55:40 | [diff] [blame] | 21 | #include "url/gurl.h" |
[email protected] | 0ebc403 | 2013-08-10 07:07:11 | [diff] [blame] |