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

Unified Diff: chrome/browser/chromeos/file_system_provider/mount_path_util.cc

Issue 2945023002: Introduce profile for lock screen apps (Closed)
Patch Set: rebase Created 3 years, 6 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/file_system_provider/mount_path_util.cc
diff --git a/chrome/browser/chromeos/file_system_provider/mount_path_util.cc b/chrome/browser/chromeos/file_system_provider/mount_path_util.cc
index cd568f0b6e86988ac460caa9373d0f6e1e59d1e2..36cd14041e5e34eec96b73a9d206e7b49e370771 100644
--- a/chrome/browser/chromeos/file_system_provider/mount_path_util.cc
+++ b/chrome/browser/chromeos/file_system_provider/mount_path_util.cc
@@ -100,7 +100,8 @@ bool FileSystemURLParser::Parse() {
Profile* original_profile = profiles[i]->GetOriginalProfile();
if (original_profile != profiles[i] ||
- chromeos::ProfileHelper::IsSigninProfile(original_profile)) {
+ chromeos::ProfileHelper::IsSigninProfile(original_profile) ||
+ chromeos::ProfileHelper::IsLockScreenAppProfile(original_profile)) {
continue;
}
« no previous file with comments | « chrome/browser/chromeos/file_manager/volume_manager.cc ('k') | chrome/browser/chromeos/lock_screen_apps/state_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698