Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2003)

Unified Diff: chrome/common/extensions/extension.cc

Issue 10659021: Move chrome.appWindow to chrome.app.window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « chrome/common/extensions/docs/static/first_app.html ('k') | chrome/common/extensions/permissions/api_permission.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698