summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_utils.h
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-29 16:31:43 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-29 16:31:43 +0000
commit24319273088f4a151b9e00c10aea01ef0df3dd47 (patch)
tree4d62bb1a3a14b5360bd772103e4042637dde46c1 /chrome/browser/bookmarks/bookmark_utils.h
parent3000b4a013f9dee586237aedeae7ef818f89caae (diff)
downloadchromium_src-24319273088f4a151b9e00c10aea01ef0df3dd47.zip
chromium_src-24319273088f4a151b9e00c10aea01ef0df3dd47.tar.gz
chromium_src-24319273088f4a151b9e00c10aea01ef0df3dd47.tar.bz2
Get rid of BookmarkEditor::Handler entirely.
(Part of aftermath of eliminating the native bookmark managers.) BUG=38908 TEST=everything keeps working Review URL: http://codereview.chromium.org/1745021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45939 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_utils.h')
-rw-r--r--chrome/browser/bookmarks/bookmark_utils.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/chrome/browser/bookmarks/bookmark_utils.h b/chrome/browser/bookmarks/bookmark_utils.h
index ed7f850..0802b2b 100644
--- a/chrome/browser/bookmarks/bookmark_utils.h
+++ b/chrome/browser/bookmarks/bookmark_utils.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -165,8 +165,7 @@ const BookmarkNode* ApplyEditsWithNoGroupChange(
const BookmarkNode* parent,
const BookmarkEditor::EditDetails& details,
const std::wstring& new_title,
- const GURL& new_url,
- BookmarkEditor::Handler* handler);
+ const GURL& new_url);
// Modifies a bookmark node assuming that the parent of the node may have
// changed and the node will need to be removed and reinserted. If a new node
@@ -177,8 +176,7 @@ const BookmarkNode* ApplyEditsWithPossibleGroupChange(
const BookmarkNode* new_parent,
const BookmarkEditor::EditDetails& details,
const std::wstring& new_title,
- const GURL& new_url,
- BookmarkEditor::Handler* handler);
+ const GURL& new_url);
// Toggles whether the bookmark bar is shown only on the new tab page or on
// all tabs. This is a preference modifier, not a visual modifier.