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

Side by Side Diff: chrome/common/extensions/docs/server2/app.yaml

Issue 20081002: Remove experimental permission from infobars API and moving it to dev channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 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 unified diff | Download patch
OLDNEW
1 application: chrome-apps-doc 1 application: chrome-apps-doc
2 version: 2-12-1 2 version: 2-13-1
not at google - send to devlin 2013/07/25 14:21:15 if you're only changing a test you don't need to b
pals 2013/07/26 10:59:05 Done. Reverted the change.
3 runtime: python27 3 runtime: python27
4 api_version: 1 4 api_version: 1
5 threadsafe: false 5 threadsafe: false
6 6
7 handlers: 7 handlers:
8 - url: /robots\.txt 8 - url: /robots\.txt
9 static_files: robots.txt 9 static_files: robots.txt
10 upload: robots.txt 10 upload: robots.txt
11 - url: /favicon\.ico 11 - url: /favicon\.ico
12 static_files: chrome-32.ico 12 static_files: chrome-32.ico
13 upload: chrome-32.ico 13 upload: chrome-32.ico
14 - url: /.* 14 - url: /.*
15 script: appengine_main.py 15 script: appengine_main.py
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/server2/api_list_data_source_test.py ('k') | chrome/common/extensions/docs/server2/cron.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698