Commit cf642838 authored by kalman@chromium.org's avatar kalman@chromium.org

Make the windows API depend on the tabs API not the tabs permission.

BUG=268590

Review URL: https://chromiumcodereview.appspot.com/22296002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215830 0039d316-1c4b-4281-b951-d872f2087c98
parent bcd0cdde
...@@ -596,7 +596,7 @@ ...@@ -596,7 +596,7 @@
"contexts": ["blessed_extension"] "contexts": ["blessed_extension"]
}, },
"windows": { "windows": {
"dependencies": ["permission:tabs"], "dependencies": ["api:tabs"],
"contexts": ["blessed_extension"] "contexts": ["blessed_extension"]
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment