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

Unified Diff: webkit/tools/test_shell/test_shell_gtk.cc

Issue 2075016: Remove some obsolete feed preview code. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 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
« no previous file with comments | « webkit/tools/test_shell/resources/feed.html ('k') | webkit/tools/test_shell/test_shell_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell_gtk.cc
diff --git a/webkit/tools/test_shell/test_shell_gtk.cc b/webkit/tools/test_shell/test_shell_gtk.cc
index 10ebf2238f2ff5410ea236db0af65c9f4aafee4c..8cc9214613861dc5d0d099d28c961c3e3eb200da 100644
--- a/webkit/tools/test_shell/test_shell_gtk.cc
+++ b/webkit/tools/test_shell/test_shell_gtk.cc
@@ -640,13 +640,6 @@ string16 GetLocalizedString(int message_id) {
base::StringPiece GetDataResource(int resource_id) {
switch (resource_id) {
- case IDR_FEED_PREVIEW:
- // It is necessary to return a feed preview template that contains
- // a {{URL}} substring where the feed URL should go; see the code
- // that computes feed previews in feed_preview.cc:MakeFeedPreview.
- // This fixes issue #932714.
- resource_id = IDR_FEED_PREVIEW_TESTSHELL;
- break;
case IDR_BROKENIMAGE:
resource_id = IDR_BROKENIMAGE_TESTSHELL;
break;
« no previous file with comments | « webkit/tools/test_shell/resources/feed.html ('k') | webkit/tools/test_shell/test_shell_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698