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

Unified Diff: chrome/browser/chromeos/login/easy_unlock/short_lived_user_context.cc

Issue 2729503007: Remove Profile usage from //apps (Closed)
Patch Set: deps Created 3 years, 9 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/easy_unlock/short_lived_user_context.cc
diff --git a/chrome/browser/chromeos/login/easy_unlock/short_lived_user_context.cc b/chrome/browser/chromeos/login/easy_unlock/short_lived_user_context.cc
index adc71aaf8dcb6217b1ce01588baa7010d60b5700..270742f3b0043d424d135209c64a652d1d458258 100644
--- a/chrome/browser/chromeos/login/easy_unlock/short_lived_user_context.cc
+++ b/chrome/browser/chromeos/login/easy_unlock/short_lived_user_context.cc
@@ -48,7 +48,7 @@ void ShortLivedUserContext::Reset() {
}
}
-void ShortLivedUserContext::OnAppDeactivated(Profile* profile,
+void ShortLivedUserContext::OnAppDeactivated(content::BrowserContext* context,
const std::string& app_id) {
if (app_id == extension_misc::kEasyUnlockAppId)
Reset();
« no previous file with comments | « chrome/browser/chromeos/login/easy_unlock/short_lived_user_context.h ('k') | chrome/browser/chromeos/note_taking_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698