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

Unified Diff: chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc

Issue 562603002: Move PageTransition from //content/public/common to //ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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/api/runtime/chrome_runtime_api_delegate.cc
diff --git a/chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc b/chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc
index 9ab0684cc40428d481edf2cdcdec58acdd970a98..2142e8fec2b7da2800a6c6b2cd74842cabc53e73 100644
--- a/chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc
+++ b/chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc
@@ -174,7 +174,7 @@ void ChromeRuntimeAPIDelegate::OpenURL(const GURL& uninstall_url) {
new Browser(Browser::CreateParams(profile, chrome::GetActiveDesktop()));
chrome::NavigateParams params(
- browser, uninstall_url, content::PAGE_TRANSITION_CLIENT_REDIRECT);
+ browser, uninstall_url, ui::PAGE_TRANSITION_CLIENT_REDIRECT);
params.disposition = NEW_FOREGROUND_TAB;
params.user_gesture = false;
chrome::Navigate(&params);
« no previous file with comments | « chrome/browser/extensions/api/history/history_api.cc ('k') | chrome/browser/extensions/api/tab_capture/tab_capture_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698