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

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

Issue 26418002: Docserver: Pull knowledge of host file systems into a single (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename to provider Created 7 years, 2 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/availability_finder.py
diff --git a/chrome/common/extensions/docs/server2/availability_finder.py b/chrome/common/extensions/docs/server2/availability_finder.py
index edc72ed3a5d778165ad45b879df53e98ba0f8d41..834e7b456b1293585f7c6b1b6aa05b0a5c8d3cd7 100644
--- a/chrome/common/extensions/docs/server2/availability_finder.py
+++ b/chrome/common/extensions/docs/server2/availability_finder.py
@@ -229,7 +229,6 @@ class AvailabilityFinder(object):
if availability_graph is not None:
return availability_graph
-
availability_graph = APISchemaGraph()
trunk_graph = APISchemaGraph(_GetApiSchema(api_name,
self._host_file_system))

Powered by Google App Engine
This is Rietveld 408576698