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

Unified Diff: chrome/renderer/printing/print_web_view_helper_browsertest.cc

Issue 25849004: Clean up unused constant globals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chrome/app/breakpad_linux.cc Created 7 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 | « chrome/common/chrome_content_client.cc ('k') | media/tools/player_x11/gl_video_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/printing/print_web_view_helper_browsertest.cc
diff --git a/chrome/renderer/printing/print_web_view_helper_browsertest.cc b/chrome/renderer/printing/print_web_view_helper_browsertest.cc
index fc2d2147e9abf2894f055675850363439d875632..93fc332dc174f9c343763c81aa3b9b050ab4282c 100644
--- a/chrome/renderer/printing/print_web_view_helper_browsertest.cc
+++ b/chrome/renderer/printing/print_web_view_helper_browsertest.cc
@@ -347,6 +347,7 @@ struct TestPageData {
const wchar_t* file;
};
+#if defined(OS_WIN) || defined(OS_MACOSX)
const TestPageData kTestPages[] = {
{"<html>"
"<head>"
@@ -369,6 +370,7 @@ const TestPageData kTestPages[] = {
NULL,
},
};
+#endif // defined(OS_WIN) || defined(OS_MACOSX)
} // namespace
// TODO(estade): need to port MockPrinter to get this on Linux. This involves
« no previous file with comments | « chrome/common/chrome_content_client.cc ('k') | media/tools/player_x11/gl_video_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698