summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/web_components_prefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/web_components_prefs.h')
-rw-r--r--chromium/chrome/common/web_components_prefs.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/chromium/chrome/common/web_components_prefs.h b/chromium/chrome/common/web_components_prefs.h
deleted file mode 100644
index 863bca647b3..00000000000
--- a/chromium/chrome/common/web_components_prefs.h
+++ /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.
-
-#ifndef CHROME_COMMON_WEB_COMPONENTS_PREFS_H_
-#define CHROME_COMMON_WEB_COMPONENTS_PREFS_H_
-
-class PrefRegistrySimple;
-
-namespace web_components_prefs {
-
-// Register preferences for Web Components.
-void RegisterProfilePrefs(PrefRegistrySimple* registry);
-
-} // namespace web_components_prefs
-
-#endif // CHROME_COMMON_WEB_COMPONENTS_PREFS_H_