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

Unified Diff: chrome/browser/chromeos/power/idle_action_warning_dialog_view.h

Issue 18179004: Dismiss action in tab modal dialogs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase, fix CrOS build Created 7 years, 5 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/chromeos/power/idle_action_warning_dialog_view.h
diff --git a/chrome/browser/chromeos/power/idle_action_warning_dialog_view.h b/chrome/browser/chromeos/power/idle_action_warning_dialog_view.h
index c45b2ff62e5cf0d2bccfa7a6edb52998bf8a64a7..92dc34ee8770c7dfbcaab3815cd3dc5e7ab65b40 100644
--- a/chrome/browser/chromeos/power/idle_action_warning_dialog_view.h
+++ b/chrome/browser/chromeos/power/idle_action_warning_dialog_view.h
@@ -17,7 +17,7 @@ namespace chromeos {
class IdleActionWarningDialogView : public views::DialogDelegateView {
public:
IdleActionWarningDialogView();
- void Close();
+ void CloseDialog();
achuithb 2013/07/29 17:56:38 Why does this need to be renamed?
fdoray 2013/07/29 18:38:38 There's a new DialogDelegate::Close method which n
// views::DialogDelegateView:
virtual ui::ModalType GetModalType() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698