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

Unified Diff: chrome/common/extensions/docs/server2/api_list_data_source.py

Issue 491653002: Docserver: Use GitilesFileSystem instead of SubversionFileSystem (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/api_list_data_source.py
diff --git a/chrome/common/extensions/docs/server2/api_list_data_source.py b/chrome/common/extensions/docs/server2/api_list_data_source.py
index 3a9c4f5e93692207bc472e8a67492e93d1616a18..af751c69571ca5e9c5caaa48cf3d565282d8dc9b 100644
--- a/chrome/common/extensions/docs/server2/api_list_data_source.py
+++ b/chrome/common/extensions/docs/server2/api_list_data_source.py
@@ -53,7 +53,7 @@ class APIListDataSource(DataSource):
def make_dict_for_platform(platform):
platform_dict = {
- 'chrome': {'stable': [], 'beta': [], 'dev': [], 'trunk': []},
+ 'chrome': {'stable': [], 'beta': [], 'dev': [], 'master': []},
}
private_apis = []
experimental_apis = []

Powered by Google App Engine
This is Rietveld 408576698