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

Unified Diff: webkit/api/src/TemporaryGlue.h

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 | « webkit/api/src/ChromiumBridge.cpp ('k') | webkit/glue/webkitclient_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/src/TemporaryGlue.h
===================================================================
--- webkit/api/src/TemporaryGlue.h (revision 30609)
+++ webkit/api/src/TemporaryGlue.h (working copy)
@@ -35,10 +35,6 @@
// use to call to the Glue layer. Once the Glue layer moves entirely into the
// WebKit layer, this file will be deleted.
-struct _NPP;
-typedef struct _NPP NPP_t;
-typedef NPP_t* NPP;
-
namespace WebCore {
class String;
}
@@ -47,7 +43,6 @@
class TemporaryGlue {
public:
virtual WebCore::String uiResourceProtocol() = 0;
- virtual bool popupsAllowed(NPP) = 0;
};
} // namespace WebKit
« no previous file with comments | « webkit/api/src/ChromiumBridge.cpp ('k') | webkit/glue/webkitclient_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698