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

Unified Diff: chrome/browser/chromeos/login/wizard_controller.h

Issue 252503002: Base version of HID detection OOBE screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/chromeos/login/wizard_controller.h
diff --git a/chrome/browser/chromeos/login/wizard_controller.h b/chrome/browser/chromeos/login/wizard_controller.h
index cdd3c898e99766481a11641b7904e2cf96343c42..9cb2e45586f9b24b4f4f95a8448b9ca229fc38f7 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -264,6 +264,9 @@ class WizardController : public ScreenObserver {
// back via ScreenObserver::OnExit().
void StartAutoEnrollmentCheck();
+ // Checks flag for HID-detection screen show.
+ bool CanShowHIDDetectionScreen();
ygorshenin1 2014/04/24 11:30:24 Move this method to the anonymous namespace in the
merkulova 2014/04/24 12:49:46 Done.
+
// Returns local state.
PrefService* GetLocalState();

Powered by Google App Engine
This is Rietveld 408576698