Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1108)

Unified Diff: chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.h

Issue 608283003: Remove retail mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698