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

Unified Diff: chrome/browser/browser.h

Issue 244003: Kiosk Mode implementation (Closed)
Patch Set: Finally fix MACOSX Created 11 years, 1 month 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
« no previous file with comments | « chrome/browser/automation/automation_provider.cc ('k') | chrome/browser/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.h
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h
index 19ee8711c39151a2c00d205f246225cb6767d1e8..a587aff817cbbb2574e5574968ed386b8cd59f3c 100644
--- a/chrome/browser/browser.h
+++ b/chrome/browser/browser.h
@@ -347,6 +347,7 @@ class Browser : public TabStripModelDelegate,
void RestoreTab();
void WriteCurrentURLToClipboard();
void ConvertPopupToTabbedBrowser();
+ // In kiosk mode, the first toggle is valid, the rest is discarded.
void ToggleFullscreenMode();
void Exit();
#if defined(TOOLKIT_VIEWS)
« no previous file with comments | « chrome/browser/automation/automation_provider.cc ('k') | chrome/browser/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698