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

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

Issue 1296363003: Remove stale function declaration in BrowserPluginGuest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_plugin/browser_plugin_guest.h
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
index 868fcc8a35ab07c5920b2e70f48a9c25ceca03b3..1d975f406a20fe3797bc3f7aa42e0e5cff1f2ffd 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.h
+++ b/content/browser/browser_plugin/browser_plugin_guest.h
@@ -270,8 +270,6 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestHost,
void InitInternal(const BrowserPluginHostMsg_Attach_Params& params,
WebContentsImpl* owner_web_contents);
- bool InAutoSizeBounds(const gfx::Size& size) const;
-
void OnSatisfySequence(int instance_id, const cc::SurfaceSequence& sequence);
void OnRequireSequence(int instance_id,
const cc::SurfaceId& id,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698