Chromium Code Reviews| Index: chrome/browser/ui/browser_dialogs.h |
| diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h |
| index e395ad10d61dc0b6b888f4110ae03cdf13d7e39a..1ff49b6ea25914e1ea2023df522621810c64aafc 100644 |
| --- a/chrome/browser/ui/browser_dialogs.h |
| +++ b/chrome/browser/ui/browser_dialogs.h |
| @@ -1,4 +1,4 @@ |
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| @@ -64,6 +64,10 @@ void HideHungRendererDialog(content::WebContents* contents); |
| void ShowNativeHungRendererDialog(content::WebContents* contents); |
| void HideNativeHungRendererDialog(content::WebContents* contents); |
| +// Shows or close the logout dialog for Kiosk Mode |
|
xiyuan
2012/01/20 18:23:44
nit: close -> closes and add a "." at the end.
rkc
2012/01/26 03:37:23
Done.
|
| +void ShowKioskModeLogoutDialog(); |
| +void CloseKioskModeLogoutDialog(); |
|
xiyuan
2012/01/20 18:23:44
I saw implementations of those functions for chrom
rkc
2012/01/26 03:37:23
Being a very specific ChromeOS dialog, this really
|
| + |
| // Show the edit search engine dialog. |
| void ConfirmAddSearchProvider(const TemplateURL* template_url, |
| Profile* profile); |