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

Unified Diff: chrome/browser/importer/importer_type.h

Issue 18120005: Remove Google Toolbar importer (aka google.com/bookmarks importer). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove google toolbar strings Created 7 years, 6 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: 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
};

Powered by Google App Engine
This is Rietveld 408576698