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

Unified Diff: chrome/browser/resources/help/help.js

Issue 452113002: Disable Uber navigation for Settings & Help overlays (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/help/help.js
diff --git a/chrome/browser/resources/help/help.js b/chrome/browser/resources/help/help.js
index 7d2c52c9736f2e6e8147bb897cd88e33e38dbf19..e6c3f15f4cb2034a988490cb2930c6e5cb054514 100644
--- a/chrome/browser/resources/help/help.js
+++ b/chrome/browser/resources/help/help.js
@@ -22,6 +22,7 @@ function load() {
cr.ui.FocusManager.disableMouseFocusOnButtons();
PageManager.addObserver(new uber.PageManagerObserver());
PageManager.initialize(HelpPage.getInstance());
+ uber.onContentFrameLoaded();
michaelpg 2014/08/08 14:03:47 I wouldn't mind updating help_browsertest.js to te
var pageName = PageManager.getPageNameFromPath();
// Still update history so that chrome://help/nonexistant redirects
@@ -29,8 +30,6 @@ function load() {
// will avoid adding the extra state.
var updateHistory = true;
PageManager.showPageByName(pageName, updateHistory, {replaceState: true});
-
- uber.onContentFrameLoaded();
}
document.addEventListener('DOMContentLoaded', load);
« no previous file with comments | « no previous file | chrome/browser/resources/options/options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698