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

Unified Diff: chrome/browser/ui/tabs/tab_strip_model_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/ui/tabs/tab_strip_model_unittest.cc
diff --git a/chrome/browser/ui/tabs/tab_strip_model_unittest.cc b/chrome/browser/ui/tabs/tab_strip_model_unittest.cc
index d865bee8fbbe3ff30e835529d009c538ca066d28..ea200c7172a2cff43a0d5721e0caa6773e8d5142 100644
--- a/chrome/browser/ui/tabs/tab_strip_model_unittest.cc
+++ b/chrome/browser/ui/tabs/tab_strip_model_unittest.cc
@@ -1717,8 +1717,8 @@ TEST_F(TabStripModelTest, Apps) {
manifest.SetString("version", "1");
std::string error;
scoped_refptr<Extension> extension_app(
- Extension::Create(path, Extension::INVALID, manifest, Extension::NO_FLAGS,
- &error));
+ Extension::Create(path, extensions::Manifest::INVALID_LOCATION,
+ manifest, Extension::NO_FLAGS, &error));
extension_app->launch_web_url_ = "http://www.google.com";
WebContents* contents1 = CreateWebContents();
extensions::TabHelper::CreateForWebContents(contents1);
« no previous file with comments | « chrome/browser/ui/panels/panel_browsertest.cc ('k') | chrome/browser/ui/webui/extensions/extension_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698