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

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

Issue 10659021: Move chrome.appWindow to chrome.app.window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased and resolved conflicts Created 8 years, 6 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_permission_set.cc
diff --git a/chrome/common/extensions/extension_permission_set.cc b/chrome/common/extensions/extension_permission_set.cc
index ac9ed45a891eb42ffff9d6861ada48d2cb19a0e0..0bfbef3d961020bfff0e42887ede03ec5cb41c44 100644
--- a/chrome/common/extensions/extension_permission_set.cc
+++ b/chrome/common/extensions/extension_permission_set.cc
@@ -44,7 +44,7 @@ bool RcdBetterThan(std::string a, std::string b) {
// permissions section of the manifest.
const char* kNonPermissionModuleNames[] = {
"app",
- "appWindow",
+ "app.window",
"browserAction",
"devtools",
"events",

Powered by Google App Engine
This is Rietveld 408576698