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

Unified Diff: chrome/browser/signin/easy_unlock_service.h

Issue 644873002: Easy Unlock Show connecting user pod icon when waking up from sleep (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/signin/easy_unlock_service.h
diff --git a/chrome/browser/signin/easy_unlock_service.h b/chrome/browser/signin/easy_unlock_service.h
index 6b94929ebcf94c2df45729890acc764cc0b59fd5..4d81f7e41a7fdb4e9aeca05665de826bee266e90 100644
--- a/chrome/browser/signin/easy_unlock_service.h
+++ b/chrome/browser/signin/easy_unlock_service.h
@@ -173,7 +173,10 @@ class EasyUnlockService : public KeyedService {
void LoadApp();
// Disables the Easy unlock component app if it's loaded.
- void DisableAppIfLoaded();
+ // |reset_screenlock_state|: Whether the screenlock state should be reset
+ // before disabling the app. If set, the caller should take care of
+ // properly updating the screenlock state.
+ void DisableAppIfLoaded(bool reset_screenlock_state);
// Unloads the Easy unlock component app if it's loaded.
void UnloadApp();

Powered by Google App Engine
This is Rietveld 408576698