From 73e4c36f363107b3b625001ebf524ca247c5220c Mon Sep 17 00:00:00 2001
From: "skerner@google.com"
 <skerner@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Thu, 22 Sep 2011 14:47:18 +0000
Subject: Add external extensions json source in proper mac location.

The old path will be deprecated once developers have migrated.

BUG=67203
TEST=FileUtilTest.IsPathControledByAdmin

Review URL: http://codereview.chromium.org/7718021

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102274 0039d316-1c4b-4281-b951-d872f2087c98
---
 chrome/common/chrome_paths_internal.h | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'chrome/common/chrome_paths_internal.h')

diff --git a/chrome/common/chrome_paths_internal.h b/chrome/common/chrome_paths_internal.h
index baf5777..23c3ec4 100644
--- a/chrome/common/chrome_paths_internal.h
+++ b/chrome/common/chrome_paths_internal.h
@@ -76,6 +76,9 @@ FilePath GetFrameworkBundlePath();
 // Get the local library directory.
 bool GetLocalLibraryDirectory(FilePath* result);
 
+// Get the global Application Support directory (under /Library/).
+bool GetGlobalApplicationSupportDirectory(FilePath* result);
+
 // Returns the NSBundle for the outer browser application, even when running
 // inside the helper. In unbundled applications, such as tests, returns nil.
 NSBundle* OuterAppBundle();
-- 
cgit v1.1