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

Unified Diff: chrome/browser/bookmarks/bookmark_html_writer.h

Issue 342068: Third patch in getting rid of caching MessageLoop pointers and always using C... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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/bookmarks/bookmark_html_writer.h
===================================================================
--- chrome/browser/bookmarks/bookmark_html_writer.h (revision 30650)
+++ chrome/browser/bookmarks/bookmark_html_writer.h (working copy)
@@ -12,14 +12,11 @@
namespace bookmark_html_writer {
// Writes the bookmarks out in the 'bookmarks.html' format understood by
-// Firefox and IE. The results are written to the file at |path|.
-// If |thread| is non-null, writing is done on that thread, otherwise
-// writing is synchronous.
+// Firefox and IE. The results are written to the file at |path|. The file
+// thread is used.
//
// TODO(sky): need a callback on failure.
-void WriteBookmarks(MessageLoop* thread,
- BookmarkModel* model,
- const FilePath& path);
+void WriteBookmarks(BookmarkModel* model, const FilePath& path);
}
« no previous file with comments | « chrome/browser/bookmarks/bookmark_folder_tree_model_unittest.cc ('k') | chrome/browser/bookmarks/bookmark_html_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698