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

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

Issue 168153002: Docserver: Disable NaCL docs and apps samples. The bug referenced is for the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 6920d572b472d4d6231d584c4699c425a46d2b30..cfcb6918c02e96a4d6bea8f4c6415b24610630da 100644
--- a/chrome/common/extensions/docs/server2/server_instance.py
+++ b/chrome/common/extensions/docs/server2/server_instance.py
@@ -124,8 +124,10 @@ class ServerInstance(object):
app_samples_fs = EmptyDirFileSystem()
else:
extension_samples_fs = host_fs_at_trunk
- app_samples_fs = github_file_system_provider.Create(
- 'GoogleChrome', 'chrome-app-samples')
+ # TODO(kalman): Re-enable the apps samples, see http://crbug.com/344097.
+ app_samples_fs = EmptyDirFileSystem()
+ #app_samples_fs = github_file_system_provider.Create(
+ # 'GoogleChrome', 'chrome-app-samples')
self.samples_data_source_factory = SamplesDataSource.Factory(
extension_samples_fs,
app_samples_fs,
« no previous file with comments | « chrome/common/extensions/docs/server2/cron.yaml ('k') | chrome/common/extensions/docs/templates/json/chrome_sidenav.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698