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

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

Issue 12326168: Move <webview> API to chrome layer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with ToT Created 7 years, 10 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/browser_plugin_guest_impl.h
diff --git a/content/browser/browser_plugin/browser_plugin_guest_impl.h b/content/browser/browser_plugin/browser_plugin_guest_impl.h
index f362f66d8ddc5cc173e232a72649f04967b5a9ea..ba62f778de591a71f8dd8a2f721012229fc9ca32 100644
--- a/content/browser/browser_plugin/browser_plugin_guest_impl.h
+++ b/content/browser/browser_plugin/browser_plugin_guest_impl.h
@@ -249,9 +249,6 @@ class CONTENT_EXPORT BrowserPluginGuestImpl : public NotificationObserver,
WebKit::WebDragOperationsMask drag_mask,
const gfx::Point& location);
void OnForwardMessage(int instance_id, const IPC::Message& msg);
- // If possible, navigate the guest to |relative_index| entries away from the
- // current navigation entry.
- virtual void OnGo(int instance_id, int relative_index);
// Overriden in tests.
virtual void OnHandleInputEvent(int instance_id,
const gfx::Rect& guest_window_rect,

Powered by Google App Engine
This is Rietveld 408576698