| Index: chrome/common/json_schema/json_schema_constants.cc
|
| diff --git a/chrome/common/json_schema/json_schema_constants.cc b/chrome/common/json_schema/json_schema_constants.cc
|
| index cfdca280985684863c1bf180bcaae460a4301d8c..956a215c02f4b02fa74ab8998790efbc981300f7 100644
|
| --- a/chrome/common/json_schema/json_schema_constants.cc
|
| +++ b/chrome/common/json_schema/json_schema_constants.cc
|
| @@ -26,8 +26,10 @@ const char kNumber[] = "number";
|
| const char kObject[] = "object";
|
| const char kOptional[] = "optional";
|
| const char kPattern[] = "pattern";
|
| +const char kPatternProperties[] = "patternProperties";
|
| const char kProperties[] = "properties";
|
| const char kRef[] = "$ref";
|
| +const char kSchema[] = "$schema";
|
| const char kString[] = "string";
|
| const char kType[] = "type";
|
|
|
|
|