Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / webui / ntp / recently_closed_tabs_handler.h
index 73d8d1e..2e7dd31 100644 (file)
@@ -41,12 +41,6 @@ class RecentlyClosedTabsHandler : public content::WebUIMessageHandler,
   // is destroyed.
   virtual void TabRestoreServiceDestroyed(TabRestoreService* service) OVERRIDE;
 
-  // Converts a list of TabRestoreService entries to the JSON format required
-  // by the NTP and adds them to the given list value.
-  static void CreateRecentlyClosedValues(
-      const TabRestoreService::Entries& entries,
-      base::ListValue* entry_list_value);
-
  private:
   // Construct and initialize tab_restore_service_ if it's NULL.
   // tab_restore_service_ may still be NULL, however, in incognito mode.