| Index: printing/printing_context_chromeos.cc
|
| diff --git a/printing/printing_context_chromeos.cc b/printing/printing_context_chromeos.cc
|
| index 35f1587f30be727300aac8cd9a43eaf027c8fe3a..6e5ae2408713b9ce471900250e938a7559eed425 100644
|
| --- a/printing/printing_context_chromeos.cc
|
| +++ b/printing/printing_context_chromeos.cc
|
| @@ -165,8 +165,8 @@ void PrintingContextChromeos::AskUserForSettings(
|
| bool has_selection,
|
| bool is_scripted,
|
| const PrintSettingsCallback& callback) {
|
| - // We don't want to bring up a dialog here. Ever. Just signal the callback.
|
| - callback.Run(OK);
|
| + // We don't want to bring up a dialog here. Ever. This should not be called.
|
| + NOTREACHED();
|
| }
|
|
|
| PrintingContext::Result PrintingContextChromeos::UseDefaultSettings() {
|
|
|