summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorncj674@motorola.com <ncj674@motorola.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-27 01:10:08 +0000
committerncj674@motorola.com <ncj674@motorola.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-27 01:10:08 +0000
commit1392bb685601fc56abafa7db7f937e937dc86bcd (patch)
treeb207137259f9c23067e52301aaad1a18b5ca0b6c /chrome/common
parent2647f6096c4f639415df15d1f7aa4760ac53fa7c (diff)
downloadchromium_src-1392bb685601fc56abafa7db7f937e937dc86bcd.zip
chromium_src-1392bb685601fc56abafa7db7f937e937dc86bcd.tar.gz
chromium_src-1392bb685601fc56abafa7db7f937e937dc86bcd.tar.bz2
JSON compiler to prefix the function classes by their type's names.
BUG=159265 Review URL: https://chromiumcodereview.appspot.com/12330089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184813 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/extensions/api/content_settings.json3
-rw-r--r--chrome/common/extensions/api/events.json3
-rw-r--r--chrome/common/extensions/api/storage.json3
3 files changed, 1 insertions, 8 deletions
diff --git a/chrome/common/extensions/api/content_settings.json b/chrome/common/extensions/api/content_settings.json
index 0189560..5cb6935 100644
--- a/chrome/common/extensions/api/content_settings.json
+++ b/chrome/common/extensions/api/content_settings.json
@@ -5,9 +5,6 @@
[
{
"namespace": "contentSettings",
- "compiler_options": {
- "generate_type_functions": true
- },
"types": [
{
"id": "ResourceIdentifier",
diff --git a/chrome/common/extensions/api/events.json b/chrome/common/extensions/api/events.json
index cb7d2b4..37ab89c 100644
--- a/chrome/common/extensions/api/events.json
+++ b/chrome/common/extensions/api/events.json
@@ -6,8 +6,7 @@
{
"namespace": "events",
"compiler_options": {
- "implemented_in": "chrome/browser/extensions/api/declarative/declarative_api.h",
- "generate_type_functions": true
+ "implemented_in": "chrome/browser/extensions/api/declarative/declarative_api.h"
},
"internal": true,
"unprivileged": true,
diff --git a/chrome/common/extensions/api/storage.json b/chrome/common/extensions/api/storage.json
index d3e56a2..47bfe10 100644
--- a/chrome/common/extensions/api/storage.json
+++ b/chrome/common/extensions/api/storage.json
@@ -6,9 +6,6 @@
{
"namespace": "storage",
"unprivileged": true,
- "compiler_options": {
- "generate_type_functions": true
- },
"types": [
{
"id": "StorageChange",