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

Unified Diff: components/offline_pages/core/offline_page_model_impl.h

Issue 2579343002: [Offline Pages] Make new archives have random file names. (Closed)
Patch Set: Remove unnecessary includes Created 3 years, 12 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: components/offline_pages/core/offline_page_model_impl.h
diff --git a/components/offline_pages/core/offline_page_model_impl.h b/components/offline_pages/core/offline_page_model_impl.h
index 15846d57eeac0938b8bfcce3573e83048391dc47..d0ca9bb588b36c32d9fdb4022487b0f2680cd181 100644
--- a/components/offline_pages/core/offline_page_model_impl.h
+++ b/components/offline_pages/core/offline_page_model_impl.h
@@ -169,6 +169,7 @@ class OfflinePageModelImpl : public OfflinePageModel, public KeyedService {
const base::string16& title,
int64_t file_size);
void OnAddOfflinePageDone(OfflinePageArchiver* archiver,
+ const base::FilePath& file_path,
const SavePageCallback& callback,
const OfflinePageItem& offline_page,
ItemActionStatus status);

Powered by Google App Engine
This is Rietveld 408576698