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

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

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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/example_zipper_test.py
diff --git a/chrome/common/extensions/docs/server2/example_zipper_test.py b/chrome/common/extensions/docs/server2/example_zipper_test.py
index f1a5185d190aad2f064972dcc894623a1b29988b..b3df4e529c8740b46d6d89a1928bd6d74d6ccd90 100755
--- a/chrome/common/extensions/docs/server2/example_zipper_test.py
+++ b/chrome/common/extensions/docs/server2/example_zipper_test.py
@@ -21,7 +21,8 @@ class ExampleZipperTest(unittest.TestCase):
object_store)
self._example_zipper = ExampleZipper(
self._file_system,
- CompiledFileSystem.Factory(self._file_system, object_store),
+ CompiledFileSystem.Factory(self._file_system,
cduvall 2013/03/21 18:43:53 revert
epeterson 2013/03/25 19:35:11 Done.
+ object_store),
'example_zipper')
def testCreateZip(self):

Powered by Google App Engine
This is Rietveld 408576698