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

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

Issue 449623003: Integrate About page into Settings for Chrome OS settings in a window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 6 years, 4 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: 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 b9d92593c7ec8638dc32cf45613992e5185d296d..ae74047794502c54b832bd6dc18bb779bfdea2e5 100644
--- a/ui/webui/resources/js/cr/ui/page_manager/page.js
+++ b/ui/webui/resources/js/cr/ui/page_manager/page.js
@@ -66,6 +66,22 @@ cr.define('cr.ui.pageManager', function() {
initializePage: function() {},
/**
+ * Called when a page becomes visible.
+ */
+ didShowPage: function() {},
Dan Beam 2014/08/13 02:50:46 i'd do this separately
michaelpg 2014/08/13 08:12:11 ok, removed.
+
+ /**
+ * Called when a page will be hidden, i.e., when a different root page is
+ * about to be shown.
+ */
+ willHidePage: function() {},
+
+ /**
+ * Called when an overlay is closed.
+ */
+ didClosePage: function() {},
+
+ /**
* Sets focus on the first focusable element. Override for a custom focus
* strategy.
*/

Powered by Google App Engine
This is Rietveld 408576698