| Index: chrome/test/ppapi/ppapi_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
|
| index 688da2233d0e725ca9d9f9fc54d18d53275d9c60..86fc9852ec8810e9352b4902cef66e91c775f51b 100644
|
| --- a/chrome/test/ppapi/ppapi_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_browsertest.cc
|
| @@ -1059,9 +1059,9 @@ TEST_PPAPI_NACL(MAYBE_Fullscreen)
|
|
|
| TEST_PPAPI_OUT_OF_PROCESS(X509CertificatePrivate)
|
|
|
| -// There is no proxy. This is used for PDF metrics reporting, and PDF only
|
| -// runs in process, so there's currently no need for a proxy.
|
| TEST_PPAPI_IN_PROCESS(UMA)
|
| +TEST_PPAPI_OUT_OF_PROCESS(UMA)
|
| +TEST_PPAPI_NACL(UMA)
|
|
|
| // NetAddress tests
|
| IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, NetAddress) {
|
|
|