| Index: chrome/browser/resources/chromeos/proxy_settings.js
|
| diff --git a/chrome/browser/resources/chromeos/proxy_settings.js b/chrome/browser/resources/chromeos/proxy_settings.js
|
| index a59c8cfbc725c9db39b7516deba2d0778c88669e..850d7c8ac46f4154c4ec64258a6cc130e3ee9534 100644
|
| --- a/chrome/browser/resources/chromeos/proxy_settings.js
|
| +++ b/chrome/browser/resources/chromeos/proxy_settings.js
|
| @@ -10,8 +10,6 @@ var DetailsInternetPage = options.internet.DetailsInternetPage;
|
| * DOMContentLoaded handler, sets up the page.
|
| */
|
| function load() {
|
| - localStrings = new LocalStrings();
|
| -
|
| if (cr.isChromeOS)
|
| document.documentElement.setAttribute('os', 'chromeos');
|
|
|
| @@ -40,4 +38,3 @@ function load() {
|
| }
|
|
|
| document.addEventListener('DOMContentLoaded', load);
|
| -
|
|
|