Chromium Code Reviews| Index: chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.h |
| diff --git a/chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.h b/chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.h |
| index 66f6debeb2615fc7c0ddc79c678a2501e7ea4f2d..74d5d6e363e7e844423ca5be41edd93a2df387e9 100644 |
| --- a/chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.h |
| +++ b/chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.h |
| @@ -77,21 +77,6 @@ class NetworkConfigurationPolicyHandler : public TypeCheckingPolicyHandler { |
| DISALLOW_COPY_AND_ASSIGN(NetworkConfigurationPolicyHandler); |
| }; |
| -// Maps the PinnedLauncherApps policy to the corresponding pref. |
| -class PinnedLauncherAppsPolicyHandler |
|
Mattias Nissler (ping if slow)
2014/10/02 09:56:47
Please keep this, it's also used for regular sessi
rkc
2014/11/20 21:06:33
Done.
|
| - : public extensions::ExtensionListPolicyHandler { |
| - public: |
| - PinnedLauncherAppsPolicyHandler(); |
| - virtual ~PinnedLauncherAppsPolicyHandler(); |
| - |
| - // ExtensionListPolicyHandler methods: |
| - virtual void ApplyPolicySettings(const PolicyMap& policies, |
| - PrefValueMap* prefs) OVERRIDE; |
| - |
| - private: |
| - DISALLOW_COPY_AND_ASSIGN(PinnedLauncherAppsPolicyHandler); |
| -}; |
| - |
| class ScreenMagnifierPolicyHandler : public IntRangePolicyHandlerBase { |
| public: |
| ScreenMagnifierPolicyHandler(); |