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

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

Issue 7976017: Simplified print preview printer selection to be more consistent with Chrome (Closed)
Patch Set: Fix whitespace Created 9 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_handler.h
diff --git a/chrome/browser/ui/webui/print_preview_handler.h b/chrome/browser/ui/webui/print_preview_handler.h
index 4d50d40aacb6b10c755133ebd31194ebeb5d9453..4b69a17624c6b2387518dd9685c2d277277144e2 100644
--- a/chrome/browser/ui/webui/print_preview_handler.h
+++ b/chrome/browser/ui/webui/print_preview_handler.h
@@ -142,8 +142,8 @@ class PrintPreviewHandler : public WebUIMessageHandler,
// |args| is unused.
void HandleManagePrinters(const base::ListValue* args);
- // Asks the browser to show the cloud print dialog. |args| is unused.
- void HandlePrintWithCloudPrint(const base::ListValue* args);
+ // Asks the browser to show the cloud print dialog.
+ void HandlePrintWithCloudPrint();
// Asks the browser to close the preview tab. |args| is unused.
void HandleClosePreviewTab(const base::ListValue* args);
« no previous file with comments | « chrome/browser/ui/webui/print_preview_data_source.cc ('k') | chrome/browser/ui/webui/print_preview_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698