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

Unified Diff: content/test/plugin/plugin_get_javascript_url2_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_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(

Powered by Google App Engine
This is Rietveld 408576698