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

Unified Diff: ppapi/tests/testing_instance.h

Issue 10826164: Add infobar for PPAPI broker usage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 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
« no previous file with comments | « ppapi/tests/test_broker.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/testing_instance.h
diff --git a/ppapi/tests/testing_instance.h b/ppapi/tests/testing_instance.h
index 33ed21c21bb0e680461b36c01110164f0396f88e..013c6945e78be4aa013352d53f09774450a348bd 100644
--- a/ppapi/tests/testing_instance.h
+++ b/ppapi/tests/testing_instance.h
@@ -25,11 +25,12 @@ class TestCase;
// How signaling works:
//
// We want to signal to the Chrome browser test harness
-// (chrome/test/ui/ppapi_uitest.cc) that we're making progress and when we're
-// done. This is done using the DOM controlller. The browser test waits for a
-// message from it. We don't want to have a big wait for all tests in a TestCase
-// since they can take a while and it might timeout. So we send it pings
-// between each test to tell it that we're still running tests and aren't stuck.
+// (chrome/test/ppapi/ppapi_browsertest.cc) that we're making progress and when
+// we're done. This is done using the DOM controlller. The browser test waits
+// for a message from it. We don't want to have a big wait for all tests in a
+// TestCase since they can take a while and it might timeout. So we send it
+// pings between each test to tell it that we're still running tests and aren't
+// stuck.
//
// If the value of the message is "..." then that tells the test runner that
// the test is progressing. It then waits for the next message until it either
« no previous file with comments | « ppapi/tests/test_broker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698