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

Unified Diff: chrome/browser/ui/gtk/browser_window_gtk.cc

Issue 9958006: Create Linux platform app shortcuts to run in their own process. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Moved new function into shell_integration_linux.h Created 8 years, 8 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/gtk/browser_window_gtk.cc
diff --git a/chrome/browser/ui/gtk/browser_window_gtk.cc b/chrome/browser/ui/gtk/browser_window_gtk.cc
index 249c79616a060431f25a4a192d436231d9f65ee8..1f29cc6fe1f20769310597299549deb4485cb8aa 100644
--- a/chrome/browser/ui/gtk/browser_window_gtk.cc
+++ b/chrome/browser/ui/gtk/browser_window_gtk.cc
@@ -1222,7 +1222,7 @@ void BrowserWindowGtk::ShowCreateWebAppShortcutsDialog(
void BrowserWindowGtk::ShowCreateChromeAppShortcutsDialog(
Profile* profile, const Extension* app) {
- CreateChromeApplicationShortcutsDialogGtk::Show(window_, app);
+ CreateChromeApplicationShortcutsDialogGtk::Show(window_, profile, app);
}
void BrowserWindowGtk::Cut() {
« no previous file with comments | « chrome/browser/shell_integration_unittest.cc ('k') | chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698