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

Unified Diff: chrome/common/extensions/unpacker.h

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
Index: chrome/common/extensions/unpacker.h
diff --git a/chrome/common/extensions/unpacker.h b/chrome/common/extensions/unpacker.h
index d31291425b1c1a569bc46261cfff2504ef956bee..1c68fdd809d1f5e8e4e5fb5f0fcdfb8112db3902 100644
--- a/chrome/common/extensions/unpacker.h
+++ b/chrome/common/extensions/unpacker.h
@@ -11,7 +11,7 @@
#include "base/file_path.h"
#include "base/memory/scoped_ptr.h"
#include "base/tuple.h"
-#include "chrome/common/extensions/extension.h"
+#include "chrome/common/extensions/manifest.h"
class SkBitmap;
@@ -31,7 +31,7 @@ class Unpacker {
Unpacker(const FilePath& extension_path,
const std::string& extension_id,
- Extension::Location location,
+ Manifest::Location location,
int creation_flags);
~Unpacker();
@@ -95,7 +95,7 @@ class Unpacker {
std::string extension_id_;
// The location to use for the created extension.
- Extension::Location location_;
+ Manifest::Location location_;
// The creation flags to use with the created extension.
int creation_flags_;
« no previous file with comments | « chrome/common/extensions/permissions/permission_set_unittest.cc ('k') | chrome/common/extensions/unpacker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698