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

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

Issue 191853002: Revert "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/integration_test.py
diff --git a/chrome/common/extensions/docs/server2/integration_test.py b/chrome/common/extensions/docs/server2/integration_test.py
index cfc3f37bbaacbb711ec7a3840126efda6776d382..b443df7500803037c049e8f4a242f4328ac298bb 100755
--- a/chrome/common/extensions/docs/server2/integration_test.py
+++ b/chrome/common/extensions/docs/server2/integration_test.py
@@ -18,8 +18,7 @@ import unittest
from branch_utility import BranchUtility
from chroot_file_system import ChrootFileSystem
-from extensions_paths import (
- CONTENT_PROVIDERS, CHROME_EXTENSIONS, PUBLIC_TEMPLATES)
+from extensions_paths import CONTENT_PROVIDERS, EXTENSIONS, PUBLIC_TEMPLATES
from fake_fetchers import ConfigureFakeFetchers
from special_paths import SITE_VERIFICATION_FILE
from handler import Handler
@@ -112,7 +111,7 @@ class IntegrationTest(unittest.TestCase):
#start_time = time.time()
#link_error_detector = LinkErrorDetector(
# # TODO(kalman): Use of ChrootFileSystem here indicates a hack. Fix.
- # ChrootFileSystem(LocalFileSystem.Create(), CHROME_EXTENSIONS),
+ # ChrootFileSystem(LocalFileSystem.Create(), EXTENSIONS),
# lambda path: Handler(Request.ForTest(path)).Get(),
# 'templates/public',
# ('extensions/index.html', 'apps/about_apps.html'))

Powered by Google App Engine
This is Rietveld 408576698