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

Unified Diff: chrome/utility/importer/bookmarks_file_importer_unittest.cc

Issue 23449036: importer: Allow user to import some missing URLS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
« no previous file with comments | « chrome/utility/importer/bookmarks_file_importer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/importer/bookmarks_file_importer_unittest.cc
diff --git a/chrome/utility/importer/bookmarks_file_importer_unittest.cc b/chrome/utility/importer/bookmarks_file_importer_unittest.cc
index f070a12517e646af1560f91b865a0b0c3e641e7f..5939c056ff195d04f6d91f5fdf9a91f46a99bbad 100644
--- a/chrome/utility/importer/bookmarks_file_importer_unittest.cc
+++ b/chrome/utility/importer/bookmarks_file_importer_unittest.cc
@@ -25,6 +25,8 @@ TEST(BookmarksFileImporterTest, CanImportURL) {
{ "chrome://version", true },
{ "chrome://chrome-urls", true },
{ "chrome://kill", true },
+ { "chrome://chrome", true },
+ { "chrome://about", true },
{ "about:version", true },
{ "about:blank", true },
{ "about:credits", true },
« no previous file with comments | « chrome/utility/importer/bookmarks_file_importer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698