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

Unified Diff: webkit/plugins/npapi/test/plugin_schedule_timer_test.h

Issue 6334050: Re-enable the test that I disabled last night. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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/test/ui/npapi_uitest.cc ('k') | webkit/plugins/npapi/test/plugin_thread_async_call_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/test/plugin_schedule_timer_test.h
===================================================================
--- webkit/plugins/npapi/test/plugin_schedule_timer_test.h (revision 73412)
+++ webkit/plugins/npapi/test/plugin_schedule_timer_test.h (working copy)
@@ -5,7 +5,6 @@
#ifndef WEBKIT_PLUGINS_NPAPI_TEST_PLUGIN_SCHEDULE_TIMER_TEST_H
#define WEBKIT_PLUGINS_NPAPI_TEST_PLUGIN_SCHEDULE_TIMER_TEST_H
-#include "base/at_exit.h"
#include "base/time.h"
#include "webkit/plugins/npapi/test/plugin_test.h"
@@ -23,9 +22,6 @@
void OnTimer(uint32 timer_id);
private:
- // base::Time needs one of these.
- base::AtExitManager at_exit_manager_;
-
// Table mapping timer index (as used in event schedule) to timer id.
static const int kNumTimers = 3;
uint32 timer_ids_[kNumTimers];
« no previous file with comments | « chrome/test/ui/npapi_uitest.cc ('k') | webkit/plugins/npapi/test/plugin_thread_async_call_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698