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

Unified Diff: ios/chrome/browser/reading_list/url_downloader.h

Issue 2339373002: Prevent error in file path (Closed)
Patch Set: Rebase Created 4 years, 3 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
« no previous file with comments | « no previous file | ios/chrome/browser/reading_list/url_downloader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/reading_list/url_downloader.h
diff --git a/ios/chrome/browser/reading_list/url_downloader.h b/ios/chrome/browser/reading_list/url_downloader.h
index 2a839d9f647794861ca7e41c5b17385a11906da0..0e1dfbdc68ac9e501ab49c5ac077f2f2038208f6 100644
--- a/ios/chrome/browser/reading_list/url_downloader.h
+++ b/ios/chrome/browser/reading_list/url_downloader.h
@@ -113,8 +113,9 @@ class URLDownloader {
// Saves distilled html to disk, including saving images and main file.
SuccessState SaveDistilledHTML(
const GURL& url,
- std::vector<dom_distiller::DistillerViewerInterface::ImageInfo> images,
- std::string html);
+ const std::vector<dom_distiller::DistillerViewerInterface::ImageInfo>&
+ images,
+ const std::string& html);
// Callback for distillation completion.
void DistillerCallback(
const GURL& pageURL,
« no previous file with comments | « no previous file | ios/chrome/browser/reading_list/url_downloader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698