| Index: chrome/common/extensions/extension.cc
|
| diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc
|
| index d6033d5f487f8b21c342c28640e08ec65421569d..ae8607f3a0e604048cd77e60723933f79f9209dd 100644
|
| --- a/chrome/common/extensions/extension.cc
|
| +++ b/chrome/common/extensions/extension.cc
|
| @@ -3113,7 +3113,7 @@ bool Extension::InitFromValue(int flags, string16* error) {
|
| }
|
|
|
| // TODO(jeremya/kalman) do this via the features system by exposing the
|
| - // appWindow API to platform apps, with no dependency on any permissions.
|
| + // app.window API to platform apps, with no dependency on any permissions.
|
| // See http://crbug.com/120069.
|
| if (is_platform_app())
|
| api_permissions.insert(APIPermission::kAppWindow);
|
|
|