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

Unified Diff: chrome/browser/resources/print_preview/native_layer.js

Issue 251623003: webui: rename "DialogClose" to "dialogClose" to match other webui messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/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. */
« no previous file with comments | « chrome/browser/resources/inline_login/inline_login.js ('k') | chrome/browser/ui/webui/constrained_web_dialog_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698