Chromium Code Reviews

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

Issue 6155008: DOMUI: Implement the new Fonts and Encoding page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix 3. Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/resources/options/chromeos_proxy_rules_list.js
diff --git a/chrome/browser/resources/options/chromeos_proxy_rules_list.js b/chrome/browser/resources/options/chromeos_proxy_rules_list.js
index 063b5e2266742dd3730f4d86d2798c09188132ad..1c1d8856d5b7c7c6ca64a8e02cb5f02f6417b133 100644
--- a/chrome/browser/resources/options/chromeos_proxy_rules_list.js
+++ b/chrome/browser/resources/options/chromeos_proxy_rules_list.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -124,7 +124,6 @@ cr.define('options.proxyexceptions', function() {
/** @inheritDoc */
decorate: function() {
ListItem.prototype.decorate.call(this);
- console.log('in exceptions decorate');
this.className = 'exception-list-item';
var labelException = this.ownerDocument.createElement('span');

Powered by Google App Engine