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

Unified Diff: chrome/browser/views/importing_progress_view.h

Issue 9471: Adds import/export of bookmarks to bookmarks.html file.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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/browser/views/bookmark_manager_view.cc ('k') | chrome/browser/views/importing_progress_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/importing_progress_view.h
===================================================================
--- chrome/browser/views/importing_progress_view.h (revision 4885)
+++ chrome/browser/views/importing_progress_view.h (working copy)
@@ -19,11 +19,15 @@
public views::DialogDelegate,
public ImporterHost::Observer {
public:
+ // |items| is a bitmask of ImportItems being imported.
+ // |bookmark_import| is true if we're importing bookmarks from a
+ // bookmarks.html file.
ImportingProgressView(const std::wstring& source_name,
int16 items,
ImporterHost* coordinator,
ImportObserver* observer,
- HWND parent_window);
+ HWND parent_window,
+ bool bookmarks_import);
virtual ~ImportingProgressView();
protected:
@@ -79,6 +83,9 @@
// True if the import operation is in progress.
bool importing_;
+ // Are we importing a bookmarks.html file?
+ bool bookmarks_import_;
+
DISALLOW_EVIL_CONSTRUCTORS(ImportingProgressView);
};
« no previous file with comments | « chrome/browser/views/bookmark_manager_view.cc ('k') | chrome/browser/views/importing_progress_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698