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

Unified Diff: content/browser/browser_plugin/test_browser_plugin_guest.h

Issue 10917225: Browser Plugin: Reload and Stop operations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated 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
Index: content/browser/browser_plugin/test_browser_plugin_guest.h
diff --git a/content/browser/browser_plugin/test_browser_plugin_guest.h b/content/browser/browser_plugin/test_browser_plugin_guest.h
index fc809625065db8cba0f3e8cb70e9f7061b0c27b0..db6c268f079ab3cb88a437aafee87b7c429154a9 100644
--- a/content/browser/browser_plugin/test_browser_plugin_guest.h
+++ b/content/browser/browser_plugin/test_browser_plugin_guest.h
@@ -39,6 +39,8 @@ class TestBrowserPluginGuest : public BrowserPluginGuest {
// Waits until UpdateRect message is sent from the guest, meaning it is
// ready/rendered.
bool WaitForUpdateRectMsg();
+ void ResetUpdateRectCount();
+
// Waits until UpdateRect message with a specific size is sent from the guest.
bool WaitForUpdateRectMsgWithSize(int width, int height);
// Waits until guest crashes.

Powered by Google App Engine
This is Rietveld 408576698