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

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 clang 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
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();
pkotwicz 2014/10/20 14:54:51 Remove explicit
virtual ~ShutdownDialog();
private:

Powered by Google App Engine
This is Rietveld 408576698