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

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

Issue 2900008: Fix runtime JavaScript errors in chrome://options (Closed)
Patch Set: remove instead of commenting out Created 10 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/chromeos_system_options.js
diff --git a/chrome/browser/resources/options/chromeos_system_options.js b/chrome/browser/resources/options/chromeos_system_options.js
index 6f1cb31548f05e2f3147d5b30a1fb6927d2a5687..48af6ae4163bfa1f62e84b15b2b2e58a74534e1f 100644
--- a/chrome/browser/resources/options/chromeos_system_options.js
+++ b/chrome/browser/resources/options/chromeos_system_options.js
@@ -38,11 +38,5 @@ SystemOptions.prototype = {
$('language-button').onclick = function(event) {
// TODO: Open ChromeOS language settings page.
};
- $('sync-button').onclick = function(event) {
- OptionsPage.showPageByName('sync');
- }
- $('dummy-button').onclick = function(event) {
- OptionsPage.showOverlay('dummy');
- }
},
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698