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

Unified Diff: third_party/WebKit/public/web/WebBindings.h

Issue 1483733002: Remove support for NPObjects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 9 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 | « third_party/WebKit/Source/web/tests/FakeWebPlugin.h ('k') | third_party/WebKit/public/web/WebFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebBindings.h
diff --git a/third_party/WebKit/public/web/WebBindings.h b/third_party/WebKit/public/web/WebBindings.h
index decd4233f0aae297aeee4d2eba8844d56048ae3b..604385c680943db09c6f1dbd613fc662d2731429 100644
--- a/third_party/WebKit/public/web/WebBindings.h
+++ b/third_party/WebKit/public/web/WebBindings.h
@@ -54,9 +54,6 @@ public:
// NPN_Evaluate
BLINK_EXPORT static bool evaluate(NPP, NPObject*, NPString* script, NPVariant* result);
- // NPN_EvaluateHelper
- BLINK_EXPORT static bool evaluateHelper(NPP, bool popupsAllowed, NPObject*, NPString* script, NPVariant* result);
-
// NPN_GetIntIdentifier
BLINK_EXPORT static NPIdentifier getIntIdentifier(int32_t number);
@@ -107,13 +104,6 @@ public:
// NPN_UTF8FromIdentifier
BLINK_EXPORT static NPUTF8* utf8FromIdentifier(NPIdentifier);
-
- // Miscellaneous utility functions ----------------------------------------
-
- // Complement to NPN_Get___Identifier functions. Extracts data from the NPIdentifier data
- // structure. If isString is true upon return, string will be set but number's value is
- // undefined. If iString is false, the opposite is true.
- BLINK_EXPORT static void extractIdentifierData(const NPIdentifier&, const NPUTF8*& string, int32_t& number, bool& isString);
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/web/tests/FakeWebPlugin.h ('k') | third_party/WebKit/public/web/WebFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698