summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/bookmark_editor_controller.h
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-29 06:03:48 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-29 06:03:48 +0000
commit5f3b0f4753e68f42273b672cc115425169712532 (patch)
tree9840c12ee946378abeeeddc3f0a074a7b7f789a0 /chrome/browser/cocoa/bookmark_editor_controller.h
parent9c1e358585de9ac4503e2b7ffe49685c8b628a6f (diff)
downloadchromium_src-5f3b0f4753e68f42273b672cc115425169712532.zip
chromium_src-5f3b0f4753e68f42273b672cc115425169712532.tar.gz
chromium_src-5f3b0f4753e68f42273b672cc115425169712532.tar.bz2
Remove some more BookmarkEditor::Handlers (in Mac code this time).
(Continuing aftermath of native bookmark manager removal....) BUG=38908 TEST=everything continues to work Review URL: http://codereview.chromium.org/1747020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45917 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/bookmark_editor_controller.h')
-rw-r--r--chrome/browser/cocoa/bookmark_editor_controller.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/browser/cocoa/bookmark_editor_controller.h b/chrome/browser/cocoa/bookmark_editor_controller.h
index 864840e..2f4129c 100644
--- a/chrome/browser/cocoa/bookmark_editor_controller.h
+++ b/chrome/browser/cocoa/bookmark_editor_controller.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 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.
@@ -24,8 +24,7 @@
profile:(Profile*)profile
parent:(const BookmarkNode*)parent
node:(const BookmarkNode*)node
- configuration:(BookmarkEditor::Configuration)configuration
- handler:(BookmarkEditor::Handler*)handler;
+ configuration:(BookmarkEditor::Configuration)configuration;
@end
@@ -33,4 +32,4 @@
- (NSColor *)urlFieldColor;
@end
-#endif /* CHROME_BROWSER_COCOA_BOOKMARK_EDITOR_CONTROLLER_H_ */
+#endif // CHROME_BROWSER_COCOA_BOOKMARK_EDITOR_CONTROLLER_H_