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

Unified Diff: content/test/plugin/plugin_get_javascript_url_test.cc

Issue 24616002: Clean up a few unused globals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win Created 7 years, 3 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
Index: content/test/plugin/plugin_get_javascript_url_test.cc
diff --git a/content/test/plugin/plugin_get_javascript_url_test.cc b/content/test/plugin/plugin_get_javascript_url_test.cc
index 185ce0fb59794493327f172a28e10f16d27e097c..a2f6985f15fe612a6c4290d8c629c01859d115f7 100644
--- a/content/test/plugin/plugin_get_javascript_url_test.cc
+++ b/content/test/plugin/plugin_get_javascript_url_test.cc
@@ -12,15 +12,13 @@
// The identifier for the self url stream.
#define SELF_URL_STREAM_ID 1
-// The identifier for the fetched url stream.
-#define FETCHED_URL_STREAM_ID 2
-
// The maximum chunk size of stream data.
#define STREAM_CHUNK 197
+#if defined(OS_WIN)
const int kNPNEvaluateTimerID = 100;
const int kNPNEvaluateTimerElapse = 50;
-
+#endif
namespace NPAPIClient {

Powered by Google App Engine
This is Rietveld 408576698