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

Unified Diff: chrome/browser/ui/bookmarks/bookmarks_tab_helper_delegate.h

Issue 7013001: Rename BookmarksTabHelper to BookmarkTabHelper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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/ui/bookmarks/bookmarks_tab_helper_delegate.h
diff --git a/chrome/browser/ui/bookmarks/bookmarks_tab_helper_delegate.h b/chrome/browser/ui/bookmarks/bookmarks_tab_helper_delegate.h
deleted file mode 100644
index d79e028f57f37e9ffdb3f60d9b51e229e5ca04a0..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/bookmarks/bookmarks_tab_helper_delegate.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright (c) 2011 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.
-
-#ifndef CHROME_BROWSER_UI_BOOKMARKS_BOOKMARKS_TAB_HELPER_DELEGATE_H_
-#define CHROME_BROWSER_UI_BOOKMARKS_BOOKMARKS_TAB_HELPER_DELEGATE_H_
-#pragma once
-
-#include "base/basictypes.h"
-
-class TabContentsWrapper;
-
-// Objects implement this interface to get notified about changes in the
-// BookmarksTabHelper and to provide necessary functionality.
-class BookmarksTabHelperDelegate {
- public:
- // Notification that the starredness of the current URL changed.
- virtual void URLStarredChanged(TabContentsWrapper* source, bool starred) = 0;
-
- protected:
- virtual ~BookmarksTabHelperDelegate();
-};
-
-#endif // CHROME_BROWSER_UI_BOOKMARKS_BOOKMARKS_TAB_HELPER_DELEGATE_H_
« no previous file with comments | « chrome/browser/ui/bookmarks/bookmarks_tab_helper.cc ('k') | chrome/browser/ui/bookmarks/bookmarks_tab_helper_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698