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

Unified Diff: chrome/browser/ui/extensions/extension_installed_notification.cc

Issue 2248873002: Convert WindowOpenDisposition to an enum class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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/extensions/extension_installed_notification.cc
diff --git a/chrome/browser/ui/extensions/extension_installed_notification.cc b/chrome/browser/ui/extensions/extension_installed_notification.cc
index 87b155d161b7be9d21f532c94f2fa0eee48ecf15..e424177dffd9b46cdd5e8914c64329b12c8bed0e 100644
--- a/chrome/browser/ui/extensions/extension_installed_notification.cc
+++ b/chrome/browser/ui/extensions/extension_installed_notification.cc
@@ -69,7 +69,7 @@ void ExtensionInstalledNotification::Click() {
return;
AppLaunchParams params = CreateAppLaunchParamsUserContainer(
- profile_, extension, NEW_FOREGROUND_TAB,
+ profile_, extension, WindowOpenDisposition::NEW_FOREGROUND_TAB,
extensions::SOURCE_INSTALLED_NOTIFICATION);
OpenApplication(params);
}

Powered by Google App Engine
This is Rietveld 408576698