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

Unified Diff: chrome/browser/resources/options2/options.js

Issue 9994005: Separate handler initialization from page initialization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: InitializeHandlers later Created 8 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/options2/options.js
diff --git a/chrome/browser/resources/options2/options.js b/chrome/browser/resources/options2/options.js
index 550a4385dc3b24937d8b7c0d173dbfcece9572fc..b95355b1f4c488da6b9342818991e53e9280ffde 100644
--- a/chrome/browser/resources/options2/options.js
+++ b/chrome/browser/resources/options2/options.js
@@ -230,3 +230,5 @@ window.onbeforeunload = function() {
window.onpopstate = function(e) {
options.OptionsPage.setState(e.state);
};
+
+chrome.send('coreOptionsInitializeHandlers');

Powered by Google App Engine
This is Rietveld 408576698