summaryrefslogtreecommitdiff
path: root/chromium/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h')
-rw-r--r--chromium/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/chromium/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h b/chromium/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h
deleted file mode 100644
index 0801cb37431..00000000000
--- a/chromium/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright 2014 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 COMPONENTS_DATA_REDUCTION_PROXY_CORE_BROWSER_DATA_REDUCTION_PROXY_PREFS_H_
-#define COMPONENTS_DATA_REDUCTION_PROXY_CORE_BROWSER_DATA_REDUCTION_PROXY_PREFS_H_
-
-namespace user_prefs {
-class PrefRegistrySyncable;
-}
-
-class PrefRegistrySimple;
-
-namespace data_reduction_proxy {
-
-// Registers the data reduction proxy's profile prefs on platforms that use
-// syncable prefs.
-void RegisterSyncableProfilePrefs(
- user_prefs::PrefRegistrySyncable* registry);
-
-// Registers the data reduction proxy's profile prefs on platforms that do not
-// use syncable prefs.
-void RegisterSimpleProfilePrefs(PrefRegistrySimple* registry);
-
-// Registers local state, i.e., profile-agnostic prefs for the data
-// reduction proxy.
-void RegisterPrefs(PrefRegistrySimple* registry);
-
-} // namespace data_reduction_proxy
-
-#endif // COMPONENTS_DATA_REDUCTION_PROXY_CORE_BROWSER_DATA_REDUCTION_PROXY_PREFS_H_