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

Unified Diff: tools/json_schema_compiler/util.h

Issue 16462004: Add optional schema compiler error messages Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Kalman's requests Created 7 years, 6 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: tools/json_schema_compiler/util.h
diff --git a/tools/json_schema_compiler/util.h b/tools/json_schema_compiler/util.h
index 425487d3c652d053acb39af56e73aed2a7835974..75b830140c3bb943cd97d51be6f28f76ee7315b3 100644
--- a/tools/json_schema_compiler/util.h
+++ b/tools/json_schema_compiler/util.h
@@ -182,6 +182,8 @@ scoped_ptr<Value> CreateValueFromOptionalArray(
return scoped_ptr<Value>();
}
+std::string ValueTypeToString(Value::Type type);
+
} // namespace util
} // namespace json_schema_compiler

Powered by Google App Engine
This is Rietveld 408576698