Index: chrome/browser/extensions/webstore_inline_installer.cc |
=================================================================== |
--- chrome/browser/extensions/webstore_inline_installer.cc (revision 105162) |
+++ chrome/browser/extensions/webstore_inline_installer.cc (working copy) |
@@ -232,7 +232,7 @@ |
GURL(redirect_url), |
tab_contents()->GetURL(), |
NEW_FOREGROUND_TAB, |
- PageTransition::AUTO_BOOKMARK)); |
+ content::PAGE_TRANSITION_AUTO_BOOKMARK)); |
CompleteInstall(kInlineInstallSupportedError); |
return; |
} |
@@ -385,7 +385,7 @@ |
// whitelist entry and look that up when checking that this is a valid |
// download. |
GURL referrer(extension_urls::GetWebstoreItemDetailURLPrefix() + id_); |
- controller.LoadURL(install_url, referrer, PageTransition::LINK, |
+ controller.LoadURL(install_url, referrer, content::PAGE_TRANSITION_LINK, |
std::string()); |
// TODO(mihaip): the success message should happen later, when the extension |