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

Unified Diff: chrome/browser/ui/webui/print_preview/print_preview_handler.h

Issue 10389186: Revert 137558 - Revert 136935 - Sometimes data is NULL. I am not sure if it's correct behavior , bu… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/webui/print_preview/print_preview_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/print_preview/print_preview_handler.h
===================================================================
--- chrome/browser/ui/webui/print_preview/print_preview_handler.h (revision 137566)
+++ chrome/browser/ui/webui/print_preview/print_preview_handler.h (working copy)
@@ -176,7 +176,7 @@
void ClearInitiatorTabDetails();
// Posts a task to save |data| to pdf at |print_to_pdf_path_|.
- void PostPrintToPdfTask(scoped_refptr<base::RefCountedBytes> data);
+ void PostPrintToPdfTask(base::RefCountedBytes* data);
// Populates |settings| according to the current locale.
void GetNumberFormatAndMeasurementSystem(base::DictionaryValue* settings);
« no previous file with comments | « no previous file | chrome/browser/ui/webui/print_preview/print_preview_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698