Index: webkit/glue/webkit_glue.h |
diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h |
index ddbc3a3f61ce5d6a081c75c1423c512a0d738b1b..ef00fb473091da31939b1c18571512d2624c086e 100644 |
--- a/webkit/glue/webkit_glue.h |
+++ b/webkit/glue/webkit_glue.h |
@@ -36,15 +36,8 @@ class WebFrame; |
class WebString; |
} |
-namespace webkit { |
-struct WebPluginInfo; |
-} |
- |
namespace webkit_glue { |
- |
-//---- BEGIN FUNCTIONS IMPLEMENTED BY WEBKIT/GLUE ----------------------------- |
- |
void SetJavaScriptFlags(const std::string& flags); |
// Turn on logging for flags in the provided comma delimited list. |
@@ -151,28 +144,6 @@ std::string GetInspectorProtocolVersion(); |
// Tells caller whether the given protocol version is supported by the. |
bool IsInspectorProtocolVersionSupported(const std::string& version); |
-//---- END FUNCTIONS IMPLEMENTED BY WEBKIT/GLUE ------------------------------- |
- |
- |
-//---- BEGIN FUNCTIONS IMPLEMENTED BY EMBEDDER -------------------------------- |
- |
-// Glue to get resources from the embedder. |
- |
-// Gets a localized string given a message id. Returns an empty string if the |
-// message id is not found. |
-string16 GetLocalizedString(int message_id); |
- |
-// Returns the raw data for a resource. This resource must have been |
-// specified as BINDATA in the relevant .rc file. |
-base::StringPiece GetDataResource(int resource_id); |
- |
-// Embedders implement this function to return the list of plugins to Webkit. |
-void GetPlugins(bool refresh, |
- std::vector<webkit::WebPluginInfo>* plugins); |
- |
-// ---- END FUNCTIONS IMPLEMENTED BY EMBEDDER --------------------------------- |
- |
- |
} // namespace webkit_glue |
#endif // WEBKIT_GLUE_WEBKIT_GLUE_H_ |