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

Unified Diff: chrome/browser/extensions/webstore_inline_installer.cc

Issue 8253002: Move PageTransition into content namespace. While I'm touching all these files, I've also updated... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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/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
« no previous file with comments | « chrome/browser/extensions/user_script_listener_unittest.cc ('k') | chrome/browser/extensions/window_open_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698