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

Unified Diff: components/policy/core/common/configuration_policy_provider_test.h

Issue 102493002: Use schemas bundled in extensions to convert policies loaded on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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: components/policy/core/common/configuration_policy_provider_test.h
diff --git a/components/policy/core/common/configuration_policy_provider_test.h b/components/policy/core/common/configuration_policy_provider_test.h
index b0dc6d4584192b37898e6da4777429721441fe65..231d4375a0679e35e70dab935c793a42437dfcfb 100644
--- a/components/policy/core/common/configuration_policy_provider_test.h
+++ b/components/policy/core/common/configuration_policy_provider_test.h
@@ -48,7 +48,9 @@ class PolicyTestBase : public testing::Test {
virtual void TearDown() OVERRIDE;
protected:
- Schema chrome_schema_;
+ bool RegisterSchema(const PolicyNamespace& ns,
+ const std::string& schema);
+
SchemaRegistry schema_registry_;
// Create an actual IO loop (needed by FilePathWatcher).

Powered by Google App Engine
This is Rietveld 408576698