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

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

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.h
diff --git a/chrome/browser/chromeos/login/easy_unlock/short_lived_user_context.h b/chrome/browser/chromeos/login/easy_unlock/short_lived_user_context.h
index 648b632182df98622cccc306b82efc6408bcb864..774f9bc6d9f8e7dcd955b10cced1f6b8d8bf135b 100644
--- a/chrome/browser/chromeos/login/easy_unlock/short_lived_user_context.h
+++ b/chrome/browser/chromeos/login/easy_unlock/short_lived_user_context.h
@@ -38,7 +38,8 @@ class ShortLivedUserContext : public apps::AppLifetimeMonitor::Observer {
void Reset();
// apps::AppLifetimeMonitor::Observer:
- void OnAppDeactivated(Profile* profile, const std::string& app_id) override;
+ void OnAppDeactivated(content::BrowserContext* context,
+ const std::string& app_id) override;
std::unique_ptr<UserContext> user_context_;

Powered by Google App Engine
This is Rietveld 408576698