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

Unified Diff: webkit/api/src/ChromiumBridge.cpp

Issue 346026: Remove TemporaryGlue::popupsAllowed by just having the... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 2 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/api/src/TemporaryGlue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/src/ChromiumBridge.cpp
===================================================================
--- webkit/api/src/ChromiumBridge.cpp (revision 30609)
+++ webkit/api/src/ChromiumBridge.cpp (working copy)
@@ -664,7 +664,8 @@
bool ChromiumBridge::popupsAllowed(NPP npp)
{
- return webKitClient()->popupsAllowed(npp);
+ // FIXME: Give the embedder a way to control this.
+ return false;
}
void ChromiumBridge::widgetSetCursor(Widget* widget, const Cursor& cursor)
« no previous file with comments | « no previous file | webkit/api/src/TemporaryGlue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698