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

Unified Diff: ui/webui/resources/js/cr/ui/page_manager/page.js

Issue 780773002: Fix some closure compilation issues 8n order to update compiler.jar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: roll back *.jar Created 6 years 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
« no previous file with comments | « ui/webui/resources/js/cr/ui/expandable_bubble.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/js/cr/ui/page_manager/page.js
diff --git a/ui/webui/resources/js/cr/ui/page_manager/page.js b/ui/webui/resources/js/cr/ui/page_manager/page.js
index c80073567d5ebd7e5db02ae14d996d9586497425..3f41981b6f1f9b3a00bd36f3b2c52374680224f8 100644
--- a/ui/webui/resources/js/cr/ui/page_manager/page.js
+++ b/ui/webui/resources/js/cr/ui/page_manager/page.js
@@ -131,6 +131,13 @@ cr.define('cr.ui.pageManager', function() {
didShowPage: function() {},
/**
+ * Set this to handle cancelling an overlay (and skip some typical steps).
+ * @see {cr.ui.PageManager.prototype.cancelOverlay}
+ * @type {?Function}
+ */
+ handleCancel: null,
+
+ /**
* Called before the page will be hidden, e.g., when a different root page
* will be shown.
*/
« no previous file with comments | « ui/webui/resources/js/cr/ui/expandable_bubble.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698