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

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

Issue 407613002: Docserver: Add TODO for implementing scheduled availability at the object level (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c201d0c18d89870f79696384cd9264b6aea0496f..450b162e69a82cc25eddf4b2886b1d14c5c80050 100644
--- a/chrome/common/extensions/docs/server2/availability_finder.py
+++ b/chrome/common/extensions/docs/server2/availability_finder.py
@@ -378,5 +378,9 @@ class AvailabilityFinder(object):
self.GetAPIAvailability(api_name).channel_info,
update_availability_graph)
+ # TODO(ahernandez): There are currently no API nodes that have a
+ # scheduled availability. https://codereview.chromium.org/400833002/
+ # should be implemented when there is a need to determine scheduled
+ # availability at the object level.
self._node_level_object_store.Set(api_name, availability_graph)
return availability_graph
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698