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

Unified Diff: chrome/browser/ntp_snippets/download_suggestions_provider.cc

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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/ntp_snippets/download_suggestions_provider.cc
diff --git a/chrome/browser/ntp_snippets/download_suggestions_provider.cc b/chrome/browser/ntp_snippets/download_suggestions_provider.cc
index 2cdcce67fdb378cbf79a7d469020bc1dc1981c18..767ad8e9d3dde4776da694ad0a7e1219b28adfa3 100644
--- a/chrome/browser/ntp_snippets/download_suggestions_provider.cc
+++ b/chrome/browser/ntp_snippets/download_suggestions_provider.cc
@@ -398,8 +398,6 @@ void DownloadSuggestionsProvider::SubmitContentSuggestions() {
ContentSuggestion DownloadSuggestionsProvider::ConvertOfflinePage(
const OfflinePageItem& offline_page) const {
- // TODO(vitaliii): Make sure the URL is actually opened as an offline URL even
- // when the user is online. See crbug.com/641568.
ContentSuggestion suggestion(
ContentSuggestion::ID(provided_category_, GetOfflinePagePerCategoryID(
offline_page.offline_id)),

Powered by Google App Engine
This is Rietveld 408576698