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

Unified Diff: chrome/browser/sync/glue/chrome_extensions_activity_monitor_unittest.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/sync/glue/chrome_extensions_activity_monitor_unittest.cc
diff --git a/chrome/browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc b/chrome/browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc
index 507f56dc10993f29a3a006349db6af86b966557f..a4310d965d90136a3eced76b0f7fd8d1fd7e23e3 100644
--- a/chrome/browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc
+++ b/chrome/browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc
@@ -37,7 +37,8 @@ scoped_refptr<Extension> MakeExtension(const std::string& name) {
value.SetString(keys::kName, name);
std::string error;
scoped_refptr<Extension> extension(Extension::Create(
- path, Extension::INVALID, value, Extension::NO_FLAGS, &error));
+ path, extensions::Manifest::INVALID_LOCATION, value,
+ Extension::NO_FLAGS, &error));
EXPECT_TRUE(error.empty());
return extension;
}
« no previous file with comments | « chrome/browser/renderer_host/chrome_render_view_host_observer.cc ('k') | chrome/browser/sync/test/integration/apps_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698