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

Unified Diff: chrome/browser/extensions/extension_service.h

Issue 671873004: Migrates legacy packaged app data when it's upgraded to a platform app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Empty patch trying to unwedge try server Created 6 years, 2 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/extensions/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index 556adb0025afdec9c42b162005a9cf4879179df8..9f8f185ebcf8c097af3f142343787bdd63f41061 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -561,6 +561,11 @@ class ExtensionService
void ManageBlacklist(
const extensions::Blacklist::BlacklistStateMap& blacklisted_ids);
+ bool NeedsMigration(const extensions::Extension* extension);
+
+ void MigrateThenFinishInstallation(const extensions::Extension* extension,
+ bool was_ephemeral);
+
// Add extensions in |blocked| to blacklisted_extensions, remove extensions
// that are neither in |blocked|, nor in |unchanged|.
void UpdateBlockedExtensions(const extensions::ExtensionIdSet& blocked,
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_service.cc » ('j') | chrome/browser/extensions/extension_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698