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

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

Issue 9374009: Install platform apps into a separate data directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test Created 8 years, 10 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 112bd08a083aa3cc0be866837df0745fe9fc4c81..c344129301d00f4fc82364a48344754fce3c5758 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -694,6 +694,13 @@ class ExtensionService
NaClModuleInfoList::iterator FindNaClModule(const GURL& url);
+ // Sets up preferences for a newly installed extension in a new data
+ // directory. |page_ordinal| is order the extension should show up in the NTP.
jeremy 2012/02/12 09:40:28 nit: *is -> is the
benwells 2012/02/13 02:55:44 Some info about what happens to the preferences in
benwells 2012/02/13 02:55:44 Can this be done elsewhere? Moving it into AppShor
+ void SetupExtensionPrefsInSeparateDataDirectory(
+ const Extension* extension,
+ bool from_webstore,
+ const StringOrdinal& page_ordinal);
+
// The profile this ExtensionService is part of.
Profile* profile_;

Powered by Google App Engine
This is Rietveld 408576698