| 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 {
|
|
|
|
|