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

Unified Diff: chrome/browser/ui/views/extensions/bookmark_app_bubble_view.h

Issue 869483003: Reverse logic of window / tab control in bookmark app creation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac Created 5 years, 11 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/extensions/bookmark_app_bubble_view.h
diff --git a/chrome/browser/ui/views/extensions/bookmark_app_bubble_view.h b/chrome/browser/ui/views/extensions/bookmark_app_bubble_view.h
index 1b4de061dfb988a22c241f03d689ac456a944862..0bdb2d5ad22e9e41e719253d53d1a0df36a05c55 100644
--- a/chrome/browser/ui/views/extensions/bookmark_app_bubble_view.h
+++ b/chrome/browser/ui/views/extensions/bookmark_app_bubble_view.h
@@ -93,8 +93,8 @@ class BookmarkAppBubbleView : public views::BubbleDelegateView,
// Button to close the window.
views::LabelButton* cancel_button_;
- // Checkbox to launch as a tab.
- views::Checkbox* open_as_tab_checkbox_;
+ // Checkbox to launch as a window.
+ views::Checkbox* open_as_window_checkbox_;
// Textfield showing the title of the app.
views::Textfield* title_tf_;
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_cocoa.mm ('k') | chrome/browser/ui/views/extensions/bookmark_app_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698