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

Unified Diff: chrome/browser/chromeos/kiosk_mode/kiosk_mode_settings.h

Issue 23532034: Postpone loading about:flags ui until the certificates have been loaded (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/kiosk_mode/kiosk_mode_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/kiosk_mode/kiosk_mode_settings.h
diff --git a/chrome/browser/chromeos/kiosk_mode/kiosk_mode_settings.h b/chrome/browser/chromeos/kiosk_mode/kiosk_mode_settings.h
index 7a901697766993798b81a30cdb0408e165bac34d..2fc47fe60cffb2513646e22f789c9be1d9d421ff 100644
--- a/chrome/browser/chromeos/kiosk_mode/kiosk_mode_settings.h
+++ b/chrome/browser/chromeos/kiosk_mode/kiosk_mode_settings.h
@@ -74,8 +74,7 @@ class KioskModeSettings {
// Makes sure the browser will switch to kiosk mode if cryptohome was not
// ready when the browser was starting after a machine reboot.
- void VerifyModeIsKnown(DeviceSettingsService::OwnershipStatus status,
- bool is_owner);
+ void VerifyModeIsKnown(DeviceSettingsService::OwnershipStatus status);
bool is_initialized_;
bool is_kiosk_mode_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/kiosk_mode/kiosk_mode_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698