| Index: chrome/browser/resources/print_preview/native_layer.js
 | 
| diff --git a/chrome/browser/resources/print_preview/native_layer.js b/chrome/browser/resources/print_preview/native_layer.js
 | 
| index c790bc2c8d34c4e07bae762650189e4f9de0779d..5fad4c8dce29afef5f69d32f728a12295a695a60 100644
 | 
| --- a/chrome/browser/resources/print_preview/native_layer.js
 | 
| +++ b/chrome/browser/resources/print_preview/native_layer.js
 | 
| @@ -339,7 +339,7 @@ cr.define('print_preview', function() {
 | 
|      /** Closes the print preview dialog. */
 | 
|      startCloseDialog: function() {
 | 
|        chrome.send('closePrintPreviewDialog');
 | 
| -      chrome.send('DialogClose');
 | 
| +      chrome.send('dialogClose');
 | 
|      },
 | 
|  
 | 
|      /** Hide the print preview dialog and allow the native layer to close it. */
 | 
| 
 |