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

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

Issue 9113052: [uber page] Cleaning up some nits I found while mucking around in options2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: jhawkins' review comments Created 8 years, 11 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/options2/alert_overlay.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/advanced_options.js
diff --git a/chrome/browser/resources/options2/advanced_options.js b/chrome/browser/resources/options2/advanced_options.js
index c3e50b04d6028470f39ff69e505bceb745d503ff..28dc311612c3b1917811b8308299cbc3d0495968 100644
--- a/chrome/browser/resources/options2/advanced_options.js
+++ b/chrome/browser/resources/options2/advanced_options.js
@@ -246,7 +246,7 @@ cr.define('options', function() {
$('metricsReportingEnabled').disabled = disabled;
if (disabled)
$('metricsReportingEnabledText').className = 'disable-services-span';
- }
+ };
AdvancedOptions.SetMetricsReportingSettingVisibility = function(visible) {
if (visible) {
@@ -254,7 +254,7 @@ cr.define('options', function() {
} else {
$('metricsReportingSetting').style.display = 'none';
}
- }
+ };
/**
* Returns whether the browser in guest mode. Some features are disabled or
@@ -422,7 +422,7 @@ cr.define('options', function() {
}
if (checked && ! this.isScanning_)
findBluetoothDevices_(true);
- }
+ };
/**
* Adds an element to the list of available bluetooth devices. If an element
« no previous file with comments | « no previous file | chrome/browser/resources/options2/alert_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698