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

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

Issue 2929733003: MacViews: Wire up CreateChromeApplicationShortcutView
Patch Set: rename ivar Created 3 years, 6 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 a27859a351d1386ab88e9ea9ba5e42114bf43a72..f1197c159443c8bfbe5053bf33da4258a8e8a7c3 100644
--- a/chrome/browser/ui/views/create_application_shortcut_view.h
+++ b/chrome/browser/ui/views/create_application_shortcut_view.h
@@ -69,7 +69,7 @@ class CreateChromeApplicationShortcutView : public views::DialogDelegateView,
// May be null if the platform doesn't support a particular location.
views::Checkbox* desktop_check_box_;
- views::Checkbox* menu_check_box_;
+ views::Checkbox* applications_check_box_;
views::Checkbox* quick_launch_check_box_;
// Target shortcut and file handler info.

Powered by Google App Engine
This is Rietveld 408576698