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

Unified Diff: chrome/common/extensions/docs/server2/api_models_test.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: Address comments 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/api_models_test.py
diff --git a/chrome/common/extensions/docs/server2/api_models_test.py b/chrome/common/extensions/docs/server2/api_models_test.py
index 9f91de1e56df63f8f17bcdc863add12858489359..4cd0be8b46371128c8b7f1cff5bf162f2e1b10dd 100755
--- a/chrome/common/extensions/docs/server2/api_models_test.py
+++ b/chrome/common/extensions/docs/server2/api_models_test.py
@@ -66,6 +66,7 @@ class APIModelsTest(unittest.TestCase):
self._api_models = APIModels(features_bundle,
compiled_fs_factory,
self._mock_file_system,
+ object_store_creator,
'extensions')
def testGetNames(self):

Powered by Google App Engine
This is Rietveld 408576698