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

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

Issue 9702051: Fix typo in options2 browser_options.js (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/options2/browser_options.js
diff --git a/chrome/browser/resources/options2/browser_options.js b/chrome/browser/resources/options2/browser_options.js
index 55c5da9de4ee0d1e54fe0882a8354f8ef04802be..09516cc352c3eaf6b7f8f93a2df3f62391c93379 100644
--- a/chrome/browser/resources/options2/browser_options.js
+++ b/chrome/browser/resources/options2/browser_options.js
@@ -521,7 +521,7 @@ cr.define('options', function() {
startStopButton.disabled = syncData.managed ||
syncData.setupInProgress;
startStopButton.hidden =
- syncData.setupCompleted && cr.isChromeOs;
+ syncData.setupCompleted && cr.isChromeOS;
startStopButton.textContent =
syncData.setupCompleted ?
localStrings.getString('syncButtonTextStop') :
« 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