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

Unified Diff: content/public/browser/browser_plugin_guest_delegate.h

Issue 851813002: Fixed and reenabled the flaky test "WebViewAPITest.TestAutosizeAfterNavigation". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test. Created 5 years, 11 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/public/browser/browser_plugin_guest_delegate.h
diff --git a/content/public/browser/browser_plugin_guest_delegate.h b/content/public/browser/browser_plugin_guest_delegate.h
index 8c8a10c464c14431aef116167e833394c91d23c4..5e5d1fea4e51ed038d31fa84bc29b27f7524cdf9 100644
--- a/content/public/browser/browser_plugin_guest_delegate.h
+++ b/content/public/browser/browser_plugin_guest_delegate.h
@@ -58,10 +58,9 @@ class CONTENT_EXPORT BrowserPluginGuestDelegate {
virtual WebContents* GetOwnerWebContents() const;
// Notifies that the content size of the guest has changed.
- // Note: In autosize mode, it si possible that the guest size may not match
+ // Note: In autosize mode, it is possible that the guest size may not match
// the element size.
- virtual void GuestSizeChanged(const gfx::Size& old_size,
- const gfx::Size& new_size) {}
+ virtual void GuestSizeChanged(const gfx::Size& new_size) {}
// Asks the delegate if the given guest can lock the pointer.
// Invoking the |callback| synchronously is OK.
« no previous file with comments | « content/browser/browser_plugin/browser_plugin_guest.cc ('k') | extensions/browser/guest_view/guest_view_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698