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

Side by Side Diff: chrome/browser/ui/browser_dialogs.h

Issue 9265026: Implement restart on Idle for Kiosk Mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed kiosk->retail and incorporated review comments. Created 8 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_BROWSER_DIALOGS_H_ 5 #ifndef CHROME_BROWSER_UI_BROWSER_DIALOGS_H_
6 #define CHROME_BROWSER_UI_BROWSER_DIALOGS_H_ 6 #define CHROME_BROWSER_UI_BROWSER_DIALOGS_H_
7 #pragma once 7 #pragma once
8 8
9 #include "chrome/browser/ui/dialog_style.h" 9 #include "chrome/browser/ui/dialog_style.h"
10 #include "ipc/ipc_message.h" 10 #include "ipc/ipc_message.h"
11 #include "ui/gfx/native_widget_types.h" 11 #include "ui/gfx/native_widget_types.h"
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 void ConfirmAddSearchProvider(const TemplateURL* template_url, 68 void ConfirmAddSearchProvider(const TemplateURL* template_url,
69 Profile* profile); 69 Profile* profile);
70 70
71 // Shows a tab-modal dialog box. 71 // Shows a tab-modal dialog box.
72 void ShowTabModalConfirmDialog(TabModalConfirmDialogDelegate* delegate, 72 void ShowTabModalConfirmDialog(TabModalConfirmDialogDelegate* delegate,
73 TabContentsWrapper* wrapper); 73 TabContentsWrapper* wrapper);
74 74
75 } // namespace browser 75 } // namespace browser
76 76
77 #endif // CHROME_BROWSER_UI_BROWSER_DIALOGS_H_ 77 #endif // CHROME_BROWSER_UI_BROWSER_DIALOGS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698