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

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: Create updated shortcuts from NTP, add enable flag Created 8 years, 9 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 7212a56fea6339de9aef234d893b021e55eacbdf..35ccbf282c4473a468ecec55d24bb9002edea038 100644
--- a/chrome/browser/ui/gtk/browser_window_gtk.cc
+++ b/chrome/browser/ui/gtk/browser_window_gtk.cc
@@ -1226,7 +1226,7 @@ void BrowserWindowGtk::ShowCreateWebAppShortcutsDialog(
void BrowserWindowGtk::ShowCreateChromeAppShortcutsDialog(
Profile* profile, const Extension* app) {
- CreateChromeApplicationShortcutsDialogGtk::Show(window_, app);
+ CreateChromeApplicationShortcutsDialogGtk::Show(window_, profile, app);
}
void BrowserWindowGtk::Cut() {

Powered by Google App Engine
This is Rietveld 408576698