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

Unified Diff: chrome/common/extensions/permissions/permission_set_unittest.cc

Issue 12093036: Move Extension Location and Type enums to Manifest, and move InstallWarning to its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « chrome/common/extensions/permissions/permission_set.cc ('k') | chrome/common/extensions/unpacker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/permissions/permission_set_unittest.cc
diff --git a/chrome/common/extensions/permissions/permission_set_unittest.cc b/chrome/common/extensions/permissions/permission_set_unittest.cc
index ed484fd4702bfe6f71b7ea06b7f0384eb60bc7b1..ee6bfbf19235b766aac9222ab0508e28d2c11dcb 100644
--- a/chrome/common/extensions/permissions/permission_set_unittest.cc
+++ b/chrome/common/extensions/permissions/permission_set_unittest.cc
@@ -46,7 +46,7 @@ scoped_refptr<Extension> LoadManifest(const std::string& dir,
}
scoped_refptr<Extension> extension = Extension::Create(
- path.DirName(), Extension::INVALID,
+ path.DirName(), Manifest::INVALID_LOCATION,
*static_cast<DictionaryValue*>(result.get()), extra_flags, &error);
EXPECT_TRUE(extension) << error;
return extension;
« no previous file with comments | « chrome/common/extensions/permissions/permission_set.cc ('k') | chrome/common/extensions/unpacker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698