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

Unified 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: 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 side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698