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

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

Issue 375133002: Docserver: Display API features that are available to content scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moar changes Created 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/server2/platform_bundle.py
diff --git a/chrome/common/extensions/docs/server2/platform_bundle.py b/chrome/common/extensions/docs/server2/platform_bundle.py
index 1e716c8cb492e412f3f44015c6602a506c138e00..5e366321007fe0251bbae0d0195380c57c9286ad 100644
--- a/chrome/common/extensions/docs/server2/platform_bundle.py
+++ b/chrome/common/extensions/docs/server2/platform_bundle.py
@@ -53,6 +53,7 @@ class PlatformBundle(object):
self.GetFeaturesBundle(platform),
self._compiled_fs_factory,
self._host_fs_at_trunk,
+ self._object_store_creator,
platform)
return self._platform_data[platform].api_models

Powered by Google App Engine
This is Rietveld 408576698