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

Unified Diff: components/json_schema/json_schema_validator_unittest_base.h

Issue 195193002: Add regular expression support in json_schema component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 6 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/json_schema/json_schema_validator_unittest_base.h
diff --git a/components/json_schema/json_schema_validator_unittest_base.h b/components/json_schema/json_schema_validator_unittest_base.h
index 7b4854e21e87a0c7bfdd928175c81e01b0924277..178fd3739fdfb57873201a0904d69f4e397a197b 100644
--- a/components/json_schema/json_schema_validator_unittest_base.h
+++ b/components/json_schema/json_schema_validator_unittest_base.h
@@ -29,6 +29,8 @@ class JSONSchemaValidatorTestBase : public testing::Test {
void RunTests();
+ ValidatorType type() { return type_; }
Joao da Silva 2014/03/21 15:06:40 What I meant is that "type_" isn't used anymore, s
not at google - send to devlin 2014/03/21 15:27:20 Why wouldn't it be removed?
+
protected:
virtual void ExpectValid(const std::string& test_source,
base::Value* instance,

Powered by Google App Engine
This is Rietveld 408576698