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

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

Issue 176973009: Doc server: support interfaces in src/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 6 years, 9 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_data_source.py
diff --git a/chrome/common/extensions/docs/server2/api_data_source.py b/chrome/common/extensions/docs/server2/api_data_source.py
index f7d88b21c72f7337d6a796bb3913f8c6a140b498..2f557d49ac4f6ac2d0034a17e9a5b2d8a57362e3 100644
--- a/chrome/common/extensions/docs/server2/api_data_source.py
+++ b/chrome/common/extensions/docs/server2/api_data_source.py
@@ -9,7 +9,7 @@ import posixpath
from environment import IsPreviewServer
from extensions_paths import (
- API, API_FEATURES, JSON_TEMPLATES, PRIVATE_TEMPLATES)
+ API_FEATURES, JSON_TEMPLATES, PRIVATE_TEMPLATES)
import third_party.json_schema_compiler.json_parse as json_parse
import third_party.json_schema_compiler.model as model
from environment import IsPreviewServer

Powered by Google App Engine
This is Rietveld 408576698