summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/common/extensions/api/test_presubmit/valid_json.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/extensions/api/test_presubmit/valid_json.json')
-rw-r--r--chromium/chrome/common/extensions/api/test_presubmit/valid_json.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/chromium/chrome/common/extensions/api/test_presubmit/valid_json.json b/chromium/chrome/common/extensions/api/test_presubmit/valid_json.json
deleted file mode 100644
index 615ea28d4be..00000000000
--- a/chromium/chrome/common/extensions/api/test_presubmit/valid_json.json
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// Tests a valid IDL file.
-
-// This is a comment.
-{
- "key1": ["value1", "value2"],
- "key2": 3 // This is an inline comment.
-}