summaryrefslogtreecommitdiffstats
path: root/components/offline_pages/offline_page_metadata_store.h
diff options
context:
space:
mode:
authorfgorski <fgorski@chromium.org>2015-07-14 21:47:14 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-15 04:47:41 +0000
commita979ca5250438d924bc98060a8ba72983bc60622 (patch)
tree32826935db0da295b1ed81b065142fa4a9d10adc /components/offline_pages/offline_page_metadata_store.h
parent568832fdf8b4a8d4076f75268602b12c82bc9f38 (diff)
downloadchromium_src-a979ca5250438d924bc98060a8ba72983bc60622.zip
chromium_src-a979ca5250438d924bc98060a8ba72983bc60622.tar.gz
chromium_src-a979ca5250438d924bc98060a8ba72983bc60622.tar.bz2
[Offline pages] Implementation of loading of pages by the model
Added implementation of OfflinePageModel.LoadAllPages with tests. BUG=491352 R=jianli@chromium.org Review URL: https://codereview.chromium.org/1238723003 Cr-Commit-Position: refs/heads/master@{#338815}
Diffstat (limited to 'components/offline_pages/offline_page_metadata_store.h')
-rw-r--r--components/offline_pages/offline_page_metadata_store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/offline_pages/offline_page_metadata_store.h b/components/offline_pages/offline_page_metadata_store.h
index 6d5cc07..4e096a8 100644
--- a/components/offline_pages/offline_page_metadata_store.h
+++ b/components/offline_pages/offline_page_metadata_store.h
@@ -18,7 +18,7 @@ struct OfflinePageItem;
// OfflinePageMetadataStore keeps metadata for the offline pages.
// Ability to create multiple instances of the store as well as behavior of
// asynchronous operations when the object is being destroyed, before such
-// operation finishes will depend on implementation. It should be possbile to
+// operation finishes will depend on implementation. It should be possible to
// issue multiple asynchronous operations in parallel.
class OfflinePageMetadataStore {
public: