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

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

Issue 17816005: Doc server broken link detection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: finalization Created 7 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/server_instance.py
diff --git a/chrome/common/extensions/docs/server2/server_instance.py b/chrome/common/extensions/docs/server2/server_instance.py
index b9725abd1c9aaf066173e78d8827ef80e7c2a2d4..adfe91b3db098d6887e08ad99e37362dabf4a1c6 100644
--- a/chrome/common/extensions/docs/server2/server_instance.py
+++ b/chrome/common/extensions/docs/server2/server_instance.py
@@ -130,6 +130,7 @@ class ServerInstance(object):
channel,
self.compiled_host_fs_factory)
+ # TODO(kalman): delete content cache.
self.content_cache = self.compiled_host_fs_factory.CreateIdentity(
ServerInstance)

Powered by Google App Engine
This is Rietveld 408576698