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

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

Issue 2457933004: Register and select printer on click. (Closed)
Patch Set: rebase Created 4 years, 1 month 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 b9e19d05f499930d2a2cc97b5b976e052317b8f5..ba782047da6826834d8318ae75843a520d1da6dd 100644
--- a/chrome/browser/ui/webui/print_preview/print_preview_handler.h
+++ b/chrome/browser/ui/webui/print_preview/print_preview_handler.h
@@ -146,7 +146,7 @@ class PrintPreviewHandler
// First element of |args| is the data to persist.
void HandleSaveAppState(const base::ListValue* args);
- // Gets the printer capabilities. First element of |args| is the printer name.
+ // Gets the printer capabilities for the printer |printer_name|.
Lei Zhang 2016/11/03 23:41:46 You reverted back to HandleGetPrinterCapabilities(
skau 2016/11/04 19:28:59 Oops
void HandleGetPrinterCapabilities(const base::ListValue* args);
#if BUILDFLAG(ENABLE_BASIC_PRINT_DIALOG)

Powered by Google App Engine
This is Rietveld 408576698