| Index: chrome/renderer/resources/renderer_extension_bindings.js
|
| diff --git a/chrome/renderer/resources/renderer_extension_bindings.js b/chrome/renderer/resources/renderer_extension_bindings.js
|
| index aac3db9f8e0748eb6089fe174e849ee5c3ad24a0..5dfd66aee4feb86100faf055e5e296a8fde670ed 100644
|
| --- a/chrome/renderer/resources/renderer_extension_bindings.js
|
| +++ b/chrome/renderer/resources/renderer_extension_bindings.js
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 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.
|
|
|
| @@ -6,8 +6,7 @@
|
| // extensions. It is loaded by any extension-related context, such as content
|
| // scripts or toolstrips.
|
| // See user_script_slave.cc for script that is loaded by content scripts only.
|
| -// TODO(mpcomplete): we also load this in regular web pages, but don't need
|
| -// to.
|
| +// TODO(mpcomplete): we also load this in regular web pages, but don't need to.
|
|
|
| var chrome = chrome || {};
|
| (function () {
|
| @@ -328,6 +327,7 @@ var chrome = chrome || {};
|
| "test",
|
| "toolstrip",
|
| "webstorePrivate",
|
| + "webProxyPrivate",
|
| "windows",
|
|
|
| // Functions/events/properties within the extension namespace.
|
|
|