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

Side by Side Diff: components/offline_pages/core/offline_page_types.h

Issue 2860573004: [Offline Pages] Add cached offline page utils and show usage in settings. (Closed)
Patch Set: address missed comment Created 3 years, 7 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 unified diff | Download patch
« no previous file with comments | « components/browsing_data/content/conditional_cache_counting_helper.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_OFFLINE_PAGES_CORE_OFFLINE_PAGE_TYPES_H_ 5 #ifndef COMPONENTS_OFFLINE_PAGES_CORE_OFFLINE_PAGE_TYPES_H_
6 #define COMPONENTS_OFFLINE_PAGES_CORE_OFFLINE_PAGE_TYPES_H_ 6 #define COMPONENTS_OFFLINE_PAGES_CORE_OFFLINE_PAGE_TYPES_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <set> 10 #include <set>
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 typedef base::Callback<void(const CheckPagesExistOfflineResult&)> 70 typedef base::Callback<void(const CheckPagesExistOfflineResult&)>
71 CheckPagesExistOfflineCallback; 71 CheckPagesExistOfflineCallback;
72 typedef base::Callback<void(bool)> HasPagesCallback; 72 typedef base::Callback<void(bool)> HasPagesCallback;
73 typedef base::Callback<void(const MultipleOfflineIdResult&)> 73 typedef base::Callback<void(const MultipleOfflineIdResult&)>
74 MultipleOfflineIdCallback; 74 MultipleOfflineIdCallback;
75 typedef base::Callback<void(const OfflinePageItem*)> 75 typedef base::Callback<void(const OfflinePageItem*)>
76 SingleOfflinePageItemCallback; 76 SingleOfflinePageItemCallback;
77 typedef base::Callback<void(const MultipleOfflinePageItemResult&)> 77 typedef base::Callback<void(const MultipleOfflinePageItemResult&)>
78 MultipleOfflinePageItemCallback; 78 MultipleOfflinePageItemCallback;
79 typedef base::Callback<bool(const GURL&)> UrlPredicate; 79 typedef base::Callback<bool(const GURL&)> UrlPredicate;
80 typedef base::Callback<void(int64_t)> SizeInBytesCallback;
80 } // namespace offline_pages 81 } // namespace offline_pages
81 82
82 #endif // COMPONENTS_OFFLINE_PAGES_CORE_OFFLINE_PAGE_TYPES_H_ 83 #endif // COMPONENTS_OFFLINE_PAGES_CORE_OFFLINE_PAGE_TYPES_H_
OLDNEW
« no previous file with comments | « components/browsing_data/content/conditional_cache_counting_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698