| Index: content/test/plugin/plugin_get_javascript_url2_test.cc
|
| diff --git a/content/test/plugin/plugin_get_javascript_url2_test.cc b/content/test/plugin/plugin_get_javascript_url2_test.cc
|
| index a3c7c1a16ef833039f429c16a5a92ef6aad4b26d..e9ab4451e40f8dd6313616f34913fc78d4d3adf1 100644
|
| --- a/content/test/plugin/plugin_get_javascript_url2_test.cc
|
| +++ b/content/test/plugin/plugin_get_javascript_url2_test.cc
|
| @@ -11,15 +11,9 @@
|
| // 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
|
|
|
| -const int kNPNEvaluateTimerID = 100;
|
| -const int kNPNEvaluateTimerElapse = 50;
|
| -
|
| namespace NPAPIClient {
|
|
|
| ExecuteGetJavascriptUrl2Test::ExecuteGetJavascriptUrl2Test(
|
|
|