diff options
author | bryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-10 14:38:07 +0000 |
---|---|---|
committer | bryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-10 14:38:07 +0000 |
commit | 120513402d3216eb2302af40f3efc4092b00ecaa (patch) | |
tree | 163b182fb867621be80dea6023ee700bfb59e8bb /chrome/common/extensions/api/proxy.json | |
parent | 1a3a98614c89db39832dcbb1620775002f5ef12b (diff) | |
download | chromium_src-120513402d3216eb2302af40f3efc4092b00ecaa.zip chromium_src-120513402d3216eb2302af40f3efc4092b00ecaa.tar.gz chromium_src-120513402d3216eb2302af40f3efc4092b00ecaa.tar.bz2 |
Make all extension api types fully qualified.
BUG=123073
TEST= (unit_tests --gtest_filter=ExtensionAPI) && (browser_tests --gtest_filter=ExtensionApiTest)
Review URL: https://chromiumcodereview.appspot.com/10367002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136296 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/api/proxy.json')
-rw-r--r-- | chrome/common/extensions/api/proxy.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/api/proxy.json b/chrome/common/extensions/api/proxy.json index ef8d38a..eeb957a 100644 --- a/chrome/common/extensions/api/proxy.json +++ b/chrome/common/extensions/api/proxy.json @@ -57,7 +57,7 @@ ], "properties": { "settings": { - "$ref": "ChromeSetting", + "$ref": "types.ChromeSetting", "description": "Proxy settings to be used. The value of this setting is a ProxyConfig object.", "value": [ "proxy", |