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

Unified Diff: chrome/browser/bookmarks/bookmark_manager_extension_api.h

Issue 8416036: bookmarks: Rename ExtensionBookmarkManagerEventRouter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/bookmarks/bookmark_manager_extension_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bookmarks/bookmark_manager_extension_api.h
diff --git a/chrome/browser/bookmarks/bookmark_manager_extension_api.h b/chrome/browser/bookmarks/bookmark_manager_extension_api.h
index a3e4aedb512157c452cddfead45b7a9a1f24da6d..e363abe2965816c8f5ba4ab4f3c88095a1d22d9c 100644
--- a/chrome/browser/bookmarks/bookmark_manager_extension_api.h
+++ b/chrome/browser/bookmarks/bookmark_manager_extension_api.h
@@ -20,13 +20,12 @@ class ListValue;
}
// Class that handles the chrome.experimental.bookmarkManager events.
-// TODO(aa): Rename this
-class ExtensionBookmarkManagerEventRouter
+class BookmarkManagerExtensionEventRouter
: public BookmarkTabHelper::BookmarkDrag {
public:
- ExtensionBookmarkManagerEventRouter(Profile* profile,
+ BookmarkManagerExtensionEventRouter(Profile* profile,
TabContentsWrapper* tab);
- virtual ~ExtensionBookmarkManagerEventRouter();
+ virtual ~BookmarkManagerExtensionEventRouter();
// RenderViewHostDelegate::BookmarkDrag interface
virtual void OnDragEnter(const BookmarkNodeData& data);
@@ -51,7 +50,7 @@ class ExtensionBookmarkManagerEventRouter
TabContentsWrapper* tab_;
BookmarkNodeData bookmark_drag_data_;
- DISALLOW_COPY_AND_ASSIGN(ExtensionBookmarkManagerEventRouter);
+ DISALLOW_COPY_AND_ASSIGN(BookmarkManagerExtensionEventRouter);
};
class ClipboardBookmarkManagerFunction : public BookmarksFunction {
« no previous file with comments | « no previous file | chrome/browser/bookmarks/bookmark_manager_extension_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698