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

Unified Diff: components/policy/core/common/schema.cc

Issue 1749053002: Move //remoting/remoting_host_win.gypi:* to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update for component build of Windows Created 4 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: components/policy/core/common/schema.cc
diff --git a/components/policy/core/common/schema.cc b/components/policy/core/common/schema.cc
index 7eedffd0c61a318df2d5fddaed494d4d9f1202e0..3508f21fcbe13074a5f69ff64937e69b404c88ff 100644
--- a/components/policy/core/common/schema.cc
+++ b/components/policy/core/common/schema.cc
@@ -1109,4 +1109,8 @@ bool Schema::ValidateStringRestriction(int index, const char* str) const {
}
}
+bool Schema::valid() const {
+ return node_ != NULL;
+}
+
} // namespace policy

Powered by Google App Engine
This is Rietveld 408576698