Index: chrome/browser/importer/importer_type.h |
diff --git a/chrome/browser/importer/importer_type.h b/chrome/browser/importer/importer_type.h |
index 6705dd880de10458ceb1e1682bb3cd84bff9f8d7..8d1d7e5306af82134a4a087dcb1f4c2ce965ddb2 100644 |
--- a/chrome/browser/importer/importer_type.h |
+++ b/chrome/browser/importer/importer_type.h |
@@ -27,7 +27,7 @@ enum ImporterType { |
#if defined(OS_MACOSX) |
TYPE_SAFARI = 3, |
#endif |
- TYPE_GOOGLE_TOOLBAR5 = 4, |
+ // Value 4 was the (now deleted) Firefox 2 profile importer. |
Avi (use Gerrit)
2013/06/28 04:31:19
"Value 4 was the (now deleted) Google Toolbar impo
gab
2013/06/28 04:42:11
Whoopsy :), nice catch! Done!
|
// Identifies a 'bookmarks.html' file. |
TYPE_BOOKMARKS_FILE = 5 |
}; |