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

Unified Diff: chrome/browser/media_gallery/media_galleries_test_util.cc

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/media_gallery/media_galleries_test_util.cc
diff --git a/chrome/browser/media_gallery/media_galleries_test_util.cc b/chrome/browser/media_gallery/media_galleries_test_util.cc
index 8c7635ce2cd6c9af50cb890a3b49f60537f6c5dc..948bcf6c1155effc654ed4c8cf849ad9be2a54e7 100644
--- a/chrome/browser/media_gallery/media_galleries_test_util.cc
+++ b/chrome/browser/media_gallery/media_galleries_test_util.cc
@@ -45,7 +45,7 @@ scoped_refptr<extensions::Extension> AddMediaGalleriesApp(
FilePath path = profile->GetPath().AppendASCII(name);
std::string errors;
scoped_refptr<extensions::Extension> extension =
- extensions::Extension::Create(path, extensions::Extension::INTERNAL,
+ extensions::Extension::Create(path, extensions::Manifest::INTERNAL,
*manifest.get(),
extensions::Extension::NO_FLAGS, &errors);
EXPECT_TRUE(extension.get() != NULL) << errors;
« no previous file with comments | « chrome/browser/intents/web_intents_registry_unittest.cc ('k') | chrome/browser/performance_monitor/database_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698