| Index: chrome/common/chrome_paths_internal.h
|
| diff --git a/chrome/common/chrome_paths_internal.h b/chrome/common/chrome_paths_internal.h
|
| index baf5777b2317e047a305d56738249e805cb34111..23c3ec477e1e9260f014bedfe93ed6eafeb8cb30 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();
|
|
|