diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-23 20:01:19 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-23 20:01:19 +0000 |
commit | 30dce773eb5fcd940ade62bdb8da8bd86b539744 (patch) | |
tree | 7a0474bfa7282c1c35a30ec57141a74b37a06dad /chrome/browser/bookmarks/bookmark_utils.h | |
parent | 65333c20ddb320cc0b5f5fd377d2a870f0e442fc (diff) | |
download | chromium_src-30dce773eb5fcd940ade62bdb8da8bd86b539744.zip chromium_src-30dce773eb5fcd940ade62bdb8da8bd86b539744.tar.gz chromium_src-30dce773eb5fcd940ade62bdb8da8bd86b539744.tar.bz2 |
Revert r8560 due to broken interactive_ui_tests
Review URL: http://codereview.chromium.org/18722
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8570 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_utils.h')
-rw-r--r-- | chrome/browser/bookmarks/bookmark_utils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/bookmarks/bookmark_utils.h b/chrome/browser/bookmarks/bookmark_utils.h index b41542b..7a83caa 100644 --- a/chrome/browser/bookmarks/bookmark_utils.h +++ b/chrome/browser/bookmarks/bookmark_utils.h @@ -42,9 +42,6 @@ void CloneDragData(BookmarkModel* model, BookmarkNode* parent, int index_to_add_at); -#if defined(OS_WIN) -// TODO(port): Make OpenAll portable (remove HWND). - // Recursively opens all bookmarks. |initial_disposition| dictates how the // first URL is opened, all subsequent URLs are opened as background tabs. // |navigator| is used to open the URLs. If |navigator| is NULL the last @@ -62,7 +59,6 @@ void OpenAll(HWND parent, PageNavigator* navigator, BookmarkNode* node, WindowOpenDisposition initial_disposition); -#endif // defined(OS_WIN) // Copies nodes onto the clipboard. If |remove_nodes| is true the nodes are // removed after copied to the clipboard. The nodes are copied in such a way |