| Index: trunk/src/chrome/browser/first_run/first_run_mac.mm
|
| ===================================================================
|
| --- trunk/src/chrome/browser/first_run/first_run_mac.mm (revision 201967)
|
| +++ trunk/src/chrome/browser/first_run/first_run_mac.mm (working copy)
|
| @@ -15,6 +15,11 @@
|
| namespace first_run {
|
| namespace internal {
|
|
|
| +bool ImportBookmarks(const base::FilePath& import_bookmarks_path) {
|
| + // http://crbug.com/48880
|
| + return false;
|
| +}
|
| +
|
| base::FilePath MasterPrefsPath() {
|
| return master_prefs::MasterPrefsPath();
|
| }
|
|
|