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

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

Issue 564663003: easy_unlock: When loading the easy-unlock app, make sure it's enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 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
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 e93f89b5d2cecc60ab5d0b3da201fd861f56c72c..ab4f50ad277b6b8a63486f0499a40b25ed43d0a2 100644
--- a/chrome/browser/signin/easy_unlock_service.h
+++ b/chrome/browser/signin/easy_unlock_service.h
@@ -88,8 +88,8 @@ class EasyUnlockService : public KeyedService {
// the app if it is installed but disabled.
void LoadApp();
- // Disables the Easy unlock component app.
- void DisableApp();
+ // Disables the Easy unlock component app if it's loaded.
+ void DisableAppIfLoaded();
// Checks whether Easy unlock should be running and updates app state.
void UpdateAppState();
« no previous file with comments | « no previous file | chrome/browser/signin/easy_unlock_service.cc » ('j') | chrome/browser/signin/easy_unlock_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698