| Index: chrome/common/extensions/docs/server2/samples_data_source.py
|
| diff --git a/chrome/common/extensions/docs/server2/samples_data_source.py b/chrome/common/extensions/docs/server2/samples_data_source.py
|
| index 897d9bd95db556b738e5c6c7fe34d6db4ad5f9cf..da2d898868063fd18bc36d8eec22856aa7f78d3a 100644
|
| --- a/chrome/common/extensions/docs/server2/samples_data_source.py
|
| +++ b/chrome/common/extensions/docs/server2/samples_data_source.py
|
| @@ -15,9 +15,6 @@ import url_constants
|
|
|
| DEFAULT_ICON_PATH = '/images/sample-default-icon.png'
|
|
|
| -# Increment this if the data model changes for SamplesDataSource.
|
| -_VERSION = 4
|
| -
|
| class SamplesDataSource(object):
|
| """Constructs a list of samples and their respective files and api calls.
|
| """
|
| @@ -42,8 +39,7 @@ class SamplesDataSource(object):
|
| fs,
|
| object_store_creator_factory).Create(fn,
|
| SamplesDataSource,
|
| - category=category,
|
| - version=_VERSION)
|
| + category=category)
|
| self._extensions_cache = create_compiled_fs(extensions_file_system,
|
| self._MakeSamplesList,
|
| 'extensions')
|
|
|