| Index: chrome/browser/resources/network_menu.js
|
| diff --git a/chrome/browser/resources/network_menu.js b/chrome/browser/resources/network_menu.js
|
| index 19f40a605057d6d1ed490e84dcec43421825105e..d1396dde40367954f78311117d38ee04134f0ae5 100644
|
| --- a/chrome/browser/resources/network_menu.js
|
| +++ b/chrome/browser/resources/network_menu.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.
|
|
|
| @@ -29,7 +29,7 @@ const NetworkOther = 'other';
|
| })();
|
|
|
| /**
|
| - * Sends "connect" using the 'action' DOMUI message.
|
| + * Sends "connect" using the 'action' WebUI message.
|
| */
|
| function sendConnect(index, passphrase, identity, auto_connect) {
|
| chrome.send('action',
|
|
|