diff options
Diffstat (limited to 'chrome/browser/extensions/platform_app_launcher.cc')
-rw-r--r-- | chrome/browser/extensions/platform_app_launcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/platform_app_launcher.cc b/chrome/browser/extensions/platform_app_launcher.cc index bffd8c8..8e22447 100644 --- a/chrome/browser/extensions/platform_app_launcher.cc +++ b/chrome/browser/extensions/platform_app_launcher.cc @@ -332,7 +332,7 @@ class SavedFileEntryLauncher // Record that we have granted this file permission. app_file_handler_util::AddSavedFileEntry( - ExtensionSystem::Get(profile_)->extension_prefs(), + ExtensionPrefs::Get(profile_), host->extension()->id(), it->id, it->path, |