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

Unified Diff: base/mac_util.h

Issue 159668: First cut at Safari Import - Home Page & History Only. (Closed)
Patch Set: Fix Stuart's comments. Created 11 years, 5 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: base/mac_util.h
diff --git a/base/mac_util.h b/base/mac_util.h
index 371aa9e3964a97671574d9e9827c2e3e1637eb83..43f0e5cf7f88cdc03f882bb5554a3155fde2dd9a 100644
--- a/base/mac_util.h
+++ b/base/mac_util.h
@@ -29,6 +29,9 @@ bool AmIBundled();
// aren't a bundle.
NSBundle* MainAppBundle();
+// Returns the ~/Library directory.
+FilePath GetUserLibraryPath();
+
// Set the bundle that MainAppBundle will return, overriding the default value
// (Restore the default by calling SetOverrideAppBundle(nil)).
void SetOverrideAppBundle(NSBundle* bundle);
« no previous file with comments | « .gitignore ('k') | base/mac_util.mm » ('j') | chrome/browser/importer/safari_importer.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698