| Index: chrome/test/ui/npapi_uitest.cpp
|
| ===================================================================
|
| --- chrome/test/ui/npapi_uitest.cpp (revision 4311)
|
| +++ chrome/test/ui/npapi_uitest.cpp (working copy)
|
| @@ -77,7 +77,7 @@
|
|
|
|
|
| // Test invoking many plugins within a single page.
|
| -TEST_F(NPAPITester, DISABLED_ManyPlugins) {
|
| +TEST_F(NPAPITester, ManyPlugins) {
|
| std::wstring test_case = L"many_plugins.html";
|
| GURL url(GetTestUrl(L"npapi", test_case));
|
| NavigateToURL(url);
|
| @@ -203,7 +203,7 @@
|
| kTestCompleteSuccess, kShortWaitTimeout);
|
| }
|
|
|
| -TEST_F(NPAPIVisiblePluginTester, DISABLED_VerifyNPObjectLifetimeTest) {
|
| +TEST_F(NPAPIVisiblePluginTester, VerifyNPObjectLifetimeTest) {
|
| if (!UITest::in_process_plugins() && !UITest::in_process_renderer()) {
|
| show_window_ = true;
|
| std::wstring test_case = L"npobject_lifetime_test.html";
|
|
|