Index: trunk/src/chrome/browser/first_run/first_run_mac.mm |
=================================================================== |
--- trunk/src/chrome/browser/first_run/first_run_mac.mm (revision 201976) |
+++ trunk/src/chrome/browser/first_run/first_run_mac.mm (working copy) |
@@ -15,11 +15,6 @@ |
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(); |
} |