blob: bd94925a491ce3dc16617293b3671dcb8331b2a0 [file] [log] [blame]
Avi Drissman4a8573c2022-09-09 19:35:541// Copyright 2013 The Chromium Authors
[email protected]b544c1ae2013-07-24 18:34:132// 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 Pearsonefb5f4f2018-08-15 19:55:407#include <string>
avib896c712015-12-26 02:10:438
asvitkineaa060312016-09-01 22:44:139#include "base/metrics/histogram_macros.h"
Mark Pearsonefb5f4f2018-08-15 19:55:4010#include "base/values.h"
avib896c712015-12-26 02:10:4311#include "build/build_config.h"
[email protected]8456bec2013-09-09 04:06:2312#include "chrome/browser/browser_process.h"
[email protected]16f2ab12013-07-30 20:24:1813#include "chrome/browser/prefs/session_startup_pref.h"
[email protected]b544c1ae2013-07-24 18:34:1314#include "chrome/browser/profiles/profile.h"
sdefresne15a87092014-10-16 14:41:5115#include "chrome/browser/search_engines/template_url_service_factory.h"
[email protected]354b7ab2013-09-11 20:48:5616#include "chrome/browser/ui/tabs/pinned_tab_codec.h"
[email protected]b544c1ae2013-07-24 18:34:1317#include "chrome/common/pref_names.h"
[email protected]a5eaafe2014-06-16 23:19:2118#include "chrome/common/url_constants.h"
brettwb1fc1b82016-02-02 00:19:0819#include "components/prefs/pref_service.h"
Gayane Petrosyan2fd57422020-10-02 17:13:4320#include "components/search_engines/search_engine_utils.h"
Mark Pearsonefb5f4f2018-08-15 19:55:4021#include "url/gurl.h"
[email protected]0ebc4032013-08-10 07:07:11