diff options
Diffstat (limited to 'chromium/chrome/common/web_components_prefs.cc')
-rw-r--r-- | chromium/chrome/common/web_components_prefs.cc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/chromium/chrome/common/web_components_prefs.cc b/chromium/chrome/common/web_components_prefs.cc deleted file mode 100644 index 41bffa77ea9..00000000000 --- a/chromium/chrome/common/web_components_prefs.cc +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2019 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "chrome/common/web_components_prefs.h" - -#include "chrome/common/pref_names.h" -#include "components/prefs/pref_registry_simple.h" - -namespace web_components_prefs { - -void RegisterProfilePrefs(PrefRegistrySimple* registry) { - registry->RegisterBooleanPref(prefs::kWebComponentsV0Enabled, - /*default_value=*/false); -} - -} // namespace web_components_prefs |