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

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

Issue 10750010: Add an installType property to the management API (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Test added (finally!) 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/manifest.h
diff --git a/chrome/common/extensions/manifest.h b/chrome/common/extensions/manifest.h
index 8efd6a2cbceced5c73b518e0d75c6e1e7fa7aca2..d826e196513bdc9502d163619b779ea6ccb799f9 100644
--- a/chrome/common/extensions/manifest.h
+++ b/chrome/common/extensions/manifest.h
@@ -14,6 +14,8 @@
#include "base/values.h"
#include "chrome/common/extensions/extension.h"
+FORWARD_DECLARE_TEST(ExtensionManagementApiTest, Basics);
+
namespace extensions {
// Wraps the DictionaryValue form of extension's manifest. Enforces access to
@@ -91,6 +93,8 @@ class Manifest {
Extension::Type type_;
+ FRIEND_TEST_ALL_PREFIXES(::ExtensionManagementApiTest, Basics);
+
DISALLOW_COPY_AND_ASSIGN(Manifest);
};

Powered by Google App Engine
This is Rietveld 408576698