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

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

Issue 113813003: Cleanup the policy code after the recent moves into the component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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/policy_transformations.h
diff --git a/chrome/browser/policy/policy_transformations.h b/chrome/browser/policy/policy_transformations.h
deleted file mode 100644
index 12f4c9f745b43ee546b39bf5037d5d97d2e24067..0000000000000000000000000000000000000000
--- a/chrome/browser/policy/policy_transformations.h
+++ /dev/null
@@ -1,18 +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 CHROME_BROWSER_POLICY_POLICY_TRANSFORMATIONS_H_
-#define CHROME_BROWSER_POLICY_POLICY_TRANSFORMATIONS_H_
-
-namespace policy {
-
-class PolicyBundle;
-
-// Helper that converts deprecated chrome policies into their corresponding
-// actual policies.
-void FixDeprecatedPolicies(PolicyBundle* bundle);
-
-} // namespace policy
-
-#endif // CHROME_BROWSER_POLICY_POLICY_TRANSFORMATIONS_H_
« no previous file with comments | « chrome/browser/policy/generate_policy_source_unittest.cc ('k') | chrome/browser/policy/policy_transformations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698