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

Unified Diff: chrome/browser/extensions/extension_special_storage_policy_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/browser/extensions/extension_special_storage_policy_unittest.cc
diff --git a/chrome/browser/extensions/extension_special_storage_policy_unittest.cc b/chrome/browser/extensions/extension_special_storage_policy_unittest.cc
index b6e7de89965aefd8a0ed570e292690000274ee44..8216a5238a05e44ddd2c26f2db46aecbb224d0e5 100644
--- a/chrome/browser/extensions/extension_special_storage_policy_unittest.cc
+++ b/chrome/browser/extensions/extension_special_storage_policy_unittest.cc
@@ -28,8 +28,9 @@ class ExtensionSpecialStoragePolicyTest : public testing::Test {
virtual void SetUp() {
policy_ = new ExtensionSpecialStoragePolicy(NULL);
#if defined(ENABLE_WEB_INTENTS)
- extensions::ManifestHandler::Register(keys::kIntents,
- new extensions::WebIntentsHandler);
+ extensions::ManifestHandler::Register(
+ keys::kIntents,
+ make_linked_ptr(new extensions::WebIntentsHandler));
#endif
}
« no previous file with comments | « chrome/browser/extensions/extension_service_unittest.cc ('k') | chrome/browser/extensions/manifest_url_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698