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

Unified Diff: chrome/common/mac/app_mode_common.h

Issue 9374009: Install platform apps into a separate data directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments 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
« no previous file with comments | « chrome/browser/web_applications/web_app_mac.mm ('k') | chrome/common/mac/app_mode_common.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/mac/app_mode_common.h
diff --git a/chrome/common/mac/app_mode_common.h b/chrome/common/mac/app_mode_common.h
index 22c631b25e3c3b7e9091d9c401cd493f83424d50..3a1a9143d5cf7aed69b0e77c1dc00ec373ed24b7 100644
--- a/chrome/common/mac/app_mode_common.h
+++ b/chrome/common/mac/app_mode_common.h
@@ -32,6 +32,9 @@ extern NSString* const kCrAppModeShortcutURLKey;
// Key for the app user data directory.
extern NSString* const kCrAppModeUserDataDirKey;
+// Key for the app's extension path.
+extern NSString * const kCrAppModeExtensionPathKey;
Mihai Parparita -not on Chrome 2012/02/23 00:25:19 Nit: no space before *.
sail 2012/02/23 00:42:48 Done.
+
// When the Chrome browser is run, it stores it's location in the defaults
// system using this key.
extern NSString* const kLastRunAppBundlePathPrefsKey;
@@ -89,6 +92,9 @@ struct ChromeAppModeInfo {
// Path to the app's user data directory.
FilePath user_data_dir;
+
+ // Path to the app's extension.
+ FilePath extension_path;
};
} // namespace app_mode
« no previous file with comments | « chrome/browser/web_applications/web_app_mac.mm ('k') | chrome/common/mac/app_mode_common.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698