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

Unified Diff: chrome/common/extensions/api/identity/extension_manifests_auth_unittest.cc

Issue 12091115: Allow manifest handlers to declare keys they depend on that must be parsed before them. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dcronin Created 7 years, 10 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/api/identity/extension_manifests_auth_unittest.cc
diff --git a/chrome/common/extensions/api/identity/extension_manifests_auth_unittest.cc b/chrome/common/extensions/api/identity/extension_manifests_auth_unittest.cc
index d18bb6663415a063690ba207a1b2c24a207c978c..d056d70fdacb8b4ad52c8a43228b24f755f74faf 100644
--- a/chrome/common/extensions/api/identity/extension_manifests_auth_unittest.cc
+++ b/chrome/common/extensions/api/identity/extension_manifests_auth_unittest.cc
@@ -16,7 +16,7 @@ class OAuth2ManifestTest : public ExtensionManifestTest {
protected:
virtual void SetUp() OVERRIDE {
ManifestHandler::Register(extension_manifest_keys::kOAuth2,
- new OAuth2ManifestHandler);
+ make_linked_ptr(new OAuth2ManifestHandler));
}
};

Powered by Google App Engine
This is Rietveld 408576698