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

Unified Diff: chrome/browser/ui/views/create_application_shortcut_view.h

Issue 14533004: Start menu shortcuts for apps on Windows are now inside a "Chrome Apps" submenu. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Don't put URL Apps in the Chrome Apps folder. And delete Chrome Apps folder when empty. Created 7 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/views/create_application_shortcut_view.h
diff --git a/chrome/browser/ui/views/create_application_shortcut_view.h b/chrome/browser/ui/views/create_application_shortcut_view.h
index 2777f73c0bde1b9f0f28091cad118afb88ffd068..45de8d88ea9f19fa88e015d0fd3eb4eef8c53932 100644
--- a/chrome/browser/ui/views/create_application_shortcut_view.h
+++ b/chrome/browser/ui/views/create_application_shortcut_view.h
@@ -78,6 +78,7 @@ class CreateApplicationShortcutView : public views::DialogDelegateView,
// Target shortcut info.
ShellIntegration::ShortcutInfo shortcut_info_;
+ string16 shortcut_menu_subdir_;
DISALLOW_COPY_AND_ASSIGN(CreateApplicationShortcutView);
};

Powered by Google App Engine
This is Rietveld 408576698