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

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

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.cc
diff --git a/content/browser/browser_plugin/test_browser_plugin_guest.cc b/content/browser/browser_plugin/test_browser_plugin_guest.cc
index 27f1e06e78599edc6af4b7fe1d06d2fd555db630..adfb2fa6554cfb8ab0a9de225e6596f7e027395a 100644
--- a/content/browser/browser_plugin/test_browser_plugin_guest.cc
+++ b/content/browser/browser_plugin/test_browser_plugin_guest.cc
@@ -76,6 +76,10 @@ bool TestBrowserPluginGuest::WaitForUpdateRectMsg() {
send_message_loop_runner_.get());
}
+void TestBrowserPluginGuest::ResetUpdateRectCount() {
+ update_rect_count_ = 0;
+}
+
bool TestBrowserPluginGuest::WaitForUpdateRectMsgWithSize(int width,
int height) {
if (update_rect_count_ > 0 &&

Powered by Google App Engine
This is Rietveld 408576698