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

Unified Diff: chrome/browser/policy/configuration_policy_handler_android.h

Issue 199233002: Moved the ManagedBookmarksPolicyHandler to a shared file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/policy/configuration_policy_handler_android.h
diff --git a/chrome/browser/policy/configuration_policy_handler_android.h b/chrome/browser/policy/configuration_policy_handler_android.h
deleted file mode 100644
index 4dc08f0f948ab8a7336f441522303de55a3b6975..0000000000000000000000000000000000000000
--- a/chrome/browser/policy/configuration_policy_handler_android.h
+++ /dev/null
@@ -1,39 +0,0 @@
-// Copyright (c) 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 CHROME_BROWSER_POLICY_CONFIGURATION_POLICY_HANDLER_ANDROID_H_
-#define CHROME_BROWSER_POLICY_CONFIGURATION_POLICY_HANDLER_ANDROID_H_
-
-#include <string>
-
-#include "components/policy/core/browser/configuration_policy_handler.h"
-
-namespace base {
-class Value;
-}
-
-namespace policy {
-
-// Handles the ManagedBookmarks policy.
-class ManagedBookmarksPolicyHandler : public TypeCheckingPolicyHandler {
- public:
- static const char kName[];
- static const char kUrl[];
-
- ManagedBookmarksPolicyHandler();
- virtual ~ManagedBookmarksPolicyHandler();
-
- // ConfigurationPolicyHandler methods:
- virtual bool CheckPolicySettings(const PolicyMap& policies,
- PolicyErrorMap* errors) OVERRIDE;
- virtual void ApplyPolicySettings(const PolicyMap& policies,
- PrefValueMap* prefs) OVERRIDE;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(ManagedBookmarksPolicyHandler);
-};
-
-} // namespace policy
-
-#endif // CHROME_BROWSER_POLICY_CONFIGURATION_POLICY_HANDLER_ANDROID_H_

Powered by Google App Engine
This is Rietveld 408576698