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

Unified Diff: ash/ash.gyp

Issue 178183005: Add LogoutConfirmationController to show LogoutConfirmationDialogs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
« no previous file with comments | « no previous file | ash/shell.h » ('j') | ash/shell.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index fe1b0e09ac73b3d38818e9b61565b7a54b95d1dd..d5537a88ed7c11b4a5b44e3dca16e9119301c960 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -368,8 +368,10 @@
'system/logout_button/logout_button_observer.h',
'system/logout_button/logout_button_tray.cc',
'system/logout_button/logout_button_tray.h',
- 'system/logout_button/logout_confirmation_dialog_view.cc',
- 'system/logout_button/logout_confirmation_dialog_view.h',
+ 'system/logout_confirmation/logout_confirmation_controller.cc',
+ 'system/logout_confirmation/logout_confirmation_controller.h',
+ 'system/logout_confirmation/logout_confirmation_dialog.cc',
+ 'system/logout_confirmation/logout_confirmation_dialog.h',
stevenjb 2014/02/27 17:58:44 Are logout_button and logout_conformation related
bartfab (slow) 2014/02/28 12:13:49 As of this CL, the logout button is the only class
stevenjb 2014/03/04 23:33:29 I wouldn't say that implies a strong relationship,
bartfab (slow) 2014/03/05 18:19:44 Moving everything under ash/system/session makes s
'system/monitor/tray_monitor.cc',
'system/monitor/tray_monitor.h',
'system/session_length_limit/session_length_limit_observer.h',
@@ -923,7 +925,7 @@
'system/chromeos/screen_security/screen_tray_item_unittest.cc',
'system/chromeos/tray_display_unittest.cc',
'system/date/date_view_unittest.cc',
- 'system/logout_button/logout_button_tray_unittest.cc',
+ 'system/logout_confirmation/logout_confirmation_controller_unittest.cc',
'system/session_length_limit/tray_session_length_limit_unittest.cc',
'system/tray/system_tray_unittest.cc',
'system/tray/tray_details_view_unittest.cc',
« no previous file with comments | « no previous file | ash/shell.h » ('j') | ash/shell.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698