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

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

Issue 10971003: Moves HTTP POST handling to JS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge with trunk. Created 8 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
Index: chrome/browser/ui/webui/print_preview/print_preview_handler.h
diff --git a/chrome/browser/ui/webui/print_preview/print_preview_handler.h b/chrome/browser/ui/webui/print_preview/print_preview_handler.h
index 593fc26e877c92ce95d2b357047bd0d27186b953..d64937da5d70648db889d7eaa4408e41d2170115 100644
--- a/chrome/browser/ui/webui/print_preview/print_preview_handler.h
+++ b/chrome/browser/ui/webui/print_preview/print_preview_handler.h
@@ -163,8 +163,7 @@ class PrintPreviewHandler : public content::WebUIMessageHandler,
void SendCloudPrintEnabled();
// Send the PDF data to the cloud to print.
- void SendCloudPrintJob(const base::DictionaryValue& settings,
- std::string print_ticket);
+ void SendCloudPrintJob();
// Gets the initiator tab for the print preview tab.
TabContents* GetInitiatorTab() const;

Powered by Google App Engine
This is Rietveld 408576698