Index: chrome/browser/ui/webui/ntp/bookmarks_handler.h |
=================================================================== |
--- chrome/browser/ui/webui/ntp/bookmarks_handler.h (revision 96479) |
+++ chrome/browser/ui/webui/ntp/bookmarks_handler.h (working copy) |
@@ -24,6 +24,9 @@ |
const NotificationSource& source, |
const NotificationDetails& details) OVERRIDE; |
+ // Callback for the "getBookmarksData" message. |
+ void HandleGetBookmarksData(const base::ListValue* args); |
+ |
private: |
DISALLOW_COPY_AND_ASSIGN(BookmarksHandler); |
}; |