summaryrefslogtreecommitdiffstats
path: root/apps/prefs.h
diff options
context:
space:
mode:
authorhashimoto <hashimoto@chromium.org>2014-08-25 01:19:15 -0700
committerCommit bot <commit-bot@chromium.org>2014-08-25 08:19:58 +0000
commit77b343e018d1ed88bc9ce96fc9a9055c2e1c5cde (patch)
treed1a433bd41d41b0adc6f425895f10292478af281 /apps/prefs.h
parentf51f1160c7d514e8f604c974199e14e3088e6b5d (diff)
downloadchromium_src-77b343e018d1ed88bc9ce96fc9a9055c2e1c5cde.zip
chromium_src-77b343e018d1ed88bc9ce96fc9a9055c2e1c5cde.tar.gz
chromium_src-77b343e018d1ed88bc9ce96fc9a9055c2e1c5cde.tar.bz2
Merge apps/pref* to extensions/browser/pref*
The pref's exclusive user AppWindow will move to extensions/browser Merge apps/pref_names.{cc,h} to extensions/browser/pref_names.{cc,h} Merge apps/prefs.{cc,h} to extensions/browser/extension_prefs.cc BUG=403726 TBR=bartfab@chromium.org for include fix in configuration_policy_handler_list_factory.cc. Review URL: https://codereview.chromium.org/493003002 Cr-Commit-Position: refs/heads/master@{#291650}
Diffstat (limited to 'apps/prefs.h')
-rw-r--r--apps/prefs.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/apps/prefs.h b/apps/prefs.h
deleted file mode 100644
index fcccfec..0000000
--- a/apps/prefs.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright 2013 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 APPS_PREFS_H_
-#define APPS_PREFS_H_
-
-class PrefRegistrySimple;
-
-namespace user_prefs {
-class PrefRegistrySyncable;
-}
-
-namespace apps {
-
-// Register per-profile preferences for the apps system.
-void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
-
-} // namespace apps
-
-#endif // APPS_PREFS_H_