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

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

Issue 15087006: Docserver: there is only one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: epic rebase 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/appengine_blobstore.py
diff --git a/chrome/common/extensions/docs/server2/appengine_blobstore.py b/chrome/common/extensions/docs/server2/appengine_blobstore.py
index 5781556ab07afb6036cfde0adf919b0c003ad398..f36729394f76d631a2213c31ab4658b71c69c423 100644
--- a/chrome/common/extensions/docs/server2/appengine_blobstore.py
+++ b/chrome/common/extensions/docs/server2/appengine_blobstore.py
@@ -14,7 +14,7 @@ class AppEngineBlobstore(object):
datastore.
"""
def __init__(self):
- self._datastore = BlobReferenceStore('blobstore')
+ self._datastore = BlobReferenceStore()
def Set(self, key, blob, namespace):
"""Add a blob to the blobstore. |version| is used as part of the key so

Powered by Google App Engine
This is Rietveld 408576698