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

Unified Diff: chrome/common/extensions/extension.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/common/extensions/extension.h
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
index 3e35fc813025d3c70b888f00cae3227abe1205bd..78d45b144240ddb44aeddb0e5a3e75117d1a4262 100644
--- a/chrome/common/extensions/extension.h
+++ b/chrome/common/extensions/extension.h
@@ -598,6 +598,10 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
GURL GetBackgroundURL() const;
+ // Returns true if this extension should be run in its own user data
+ // directory.
jeremy 2012/02/12 09:40:28 Can you expand the comment as to when this is the
+ bool RequiresSeparateUserDataDirectory() const;
+
private:
friend class base::RefCountedThreadSafe<Extension>;

Powered by Google App Engine
This is Rietveld 408576698