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

Unified Diff: webkit/glue/webframeloaderclient_impl.h

Issue 155069: The webkit java applet creation code passes in the baseURL which is typically... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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 | webkit/glue/webframeloaderclient_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webframeloaderclient_impl.h
===================================================================
--- webkit/glue/webframeloaderclient_impl.h (revision 19929)
+++ webkit/glue/webframeloaderclient_impl.h (working copy)
@@ -185,7 +185,7 @@
virtual WebCore::Widget* createJavaAppletWidget(
const WebCore::IntSize&,
WebCore::HTMLAppletElement*,
- const WebCore::KURL& baseURL,
+ const WebCore::KURL& /* base_url */,
const WTF::Vector<WebCore::String>& paramNames,
const WTF::Vector<WebCore::String>& paramValues);
« no previous file with comments | « no previous file | webkit/glue/webframeloaderclient_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698