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

Unified Diff: chrome/browser/extensions/api/storage/settings_test_util.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/browser/extensions/api/storage/settings_test_util.h
diff --git a/chrome/browser/extensions/api/storage/settings_test_util.h b/chrome/browser/extensions/api/storage/settings_test_util.h
index ee85b4e2353f91f5e151767d7079cae4efc2d003..43922b3b0593c62e35a623680839ec1b720abb13 100644
--- a/chrome/browser/extensions/api/storage/settings_test_util.h
+++ b/chrome/browser/extensions/api/storage/settings_test_util.h
@@ -48,13 +48,13 @@ class MockExtensionService : public TestExtensionService {
virtual ~MockExtensionService();
// Adds an extension with id |id| to be returned by GetExtensionById.
- void AddExtensionWithId(const std::string& id, Extension::Type type);
+ void AddExtensionWithId(const std::string& id, Manifest::Type type);
// Adds an extension with id |id| to be returned by GetExtensionById, with
// a set of permissions.
void AddExtensionWithIdAndPermissions(
const std::string& id,
- Extension::Type type,
+ Manifest::Type type,
const std::set<std::string>& permissions);
virtual const Extension* GetExtensionById(

Powered by Google App Engine
This is Rietveld 408576698