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

Unified Diff: athena/system/shutdown_dialog.h

Issue 662763002: Support modal windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: fix leaks Created 6 years, 2 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 | « athena/system/network_selector.cc ('k') | athena/system/shutdown_dialog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/system/shutdown_dialog.h
diff --git a/athena/system/shutdown_dialog.h b/athena/system/shutdown_dialog.h
index bda5adda8ab0c070bf2526736d3be4ea0fa7e5f4..fb8d1686619eb7a9b49b66b8b0887085ccb915c1 100644
--- a/athena/system/shutdown_dialog.h
+++ b/athena/system/shutdown_dialog.h
@@ -23,7 +23,7 @@ namespace athena {
// Shuts down in response to the power button being pressed.
class ShutdownDialog : public PowerButtonObserver {
public:
- explicit ShutdownDialog(aura::Window* dialog_container);
+ explicit ShutdownDialog();
virtual ~ShutdownDialog();
private:
« no previous file with comments | « athena/system/network_selector.cc ('k') | athena/system/shutdown_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698