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

Unified Diff: chrome/common/extensions/docs/server2/test_data/canned_data.py

Issue 344453003: Docserver: separate models for apps and extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase/Add comment Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/server2/test_data/canned_data.py
diff --git a/chrome/common/extensions/docs/server2/test_data/canned_data.py b/chrome/common/extensions/docs/server2/test_data/canned_data.py
index fabbf99dccd8ab6b65bd40e94ee58528f6534c96..323a8f58fb508be36e30b0365b14163b1f062cd6 100644
--- a/chrome/common/extensions/docs/server2/test_data/canned_data.py
+++ b/chrome/common/extensions/docs/server2/test_data/canned_data.py
@@ -356,6 +356,10 @@ CANNED_API_FILE_SYSTEM_DATA = MoveAllTo(CHROME_EXTENSIONS, {
'alarms': {
'channel': 'stable'
},
+ 'appsFirst': {
+ 'channel': 'stable',
+ 'extension_types': ['extension', 'platform_app']
+ },
'bluetooth': {
'channel': 'dev'
},
@@ -485,6 +489,10 @@ CANNED_API_FILE_SYSTEM_DATA = MoveAllTo(CHROME_EXTENSIONS, {
'alarms': {
'channel': 'stable'
},
+ 'appsFirst': {
+ 'channel': 'stable',
+ 'extension_types': ['extension', 'platform_app']
+ },
'bluetooth': {
'channel': 'dev'
},
@@ -598,6 +606,10 @@ CANNED_API_FILE_SYSTEM_DATA = MoveAllTo(CHROME_EXTENSIONS, {
'alarms': {
'channel': 'stable'
},
+ 'appsFirst': {
+ 'channel': 'stable',
+ 'extension_types': ['extension', 'platform_app']
+ },
'bluetooth': {
'channel': 'dev'
},
@@ -651,6 +663,10 @@ CANNED_API_FILE_SYSTEM_DATA = MoveAllTo(CHROME_EXTENSIONS, {
'alarms': {
'channel': 'stable'
},
+ 'appsFirst': {
+ 'channel': 'stable',
+ 'extension_types': ['platform_app']
+ },
'bookmarks': {
'channel': 'stable'
},

Powered by Google App Engine
This is Rietveld 408576698