Index: chrome/browser/resources/options/personal_options.js |
diff --git a/chrome/browser/resources/options/personal_options.js b/chrome/browser/resources/options/personal_options.js |
index f32e875d2e9094dfb2c674181af42dcd8cc2c6c3..3631d405546ef2ddca49aae1c5e04cc477874c99 100644 |
--- a/chrome/browser/resources/options/personal_options.js |
+++ b/chrome/browser/resources/options/personal_options.js |
@@ -73,18 +73,12 @@ cr.define('options', function() { |
$('themes_set_classic').onclick = function(event) { |
chrome.send('themesReset'); |
}; |
- $('themes-gallery').onclick = function(event) { |
- chrome.send('themesGallery'); |
- } |
} |
if (cr.isMac || cr.isWindows || cr.isChromeOS) { |
$('themes_reset').onclick = function(event) { |
chrome.send('themesReset'); |
}; |
- $('themes-gallery').onclick = function(event) { |
- chrome.send('themesGallery'); |
- } |
} |
if (cr.isChromeOS) { |