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

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

Issue 11571023: Move ash/wm's DialogFrameView to ui/views/window; etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reorder DialogDelegate functions; inline Get*Params into WidgetExample::ButtonPressed; etc. Created 8 years 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.cc
diff --git a/chrome/browser/ui/views/create_application_shortcut_view.cc b/chrome/browser/ui/views/create_application_shortcut_view.cc
index df9eb50e491ccc88d4a536e0096e8ec91d91a47d..4b92f828fd4d186cb4d4ecb2ec8dc5bc020c1d8d 100644
--- a/chrome/browser/ui/views/create_application_shortcut_view.cc
+++ b/chrome/browser/ui/views/create_application_shortcut_view.cc
@@ -372,11 +372,6 @@ bool CreateApplicationShortcutView::Accept() {
return true;
}
-
-views::View* CreateApplicationShortcutView::GetContentsView() {
- return this;
-}
-
views::Checkbox* CreateApplicationShortcutView::AddCheckbox(
const string16& text, bool checked) {
views::Checkbox* checkbox = new views::Checkbox(text);

Powered by Google App Engine
This is Rietveld 408576698