| Index: webkit/glue/webkit_glue.h
|
| ===================================================================
|
| --- webkit/glue/webkit_glue.h (revision 69765)
|
| +++ webkit/glue/webkit_glue.h (working copy)
|
| @@ -23,6 +23,7 @@
|
|
|
| class GURL;
|
| class SkBitmap;
|
| +struct WebPluginInfo;
|
|
|
| namespace base {
|
| class StringPiece;
|
| @@ -38,12 +39,6 @@
|
| class WebView;
|
| }
|
|
|
| -namespace webkit {
|
| -namespace npapi {
|
| -struct WebPluginInfo;
|
| -}
|
| -}
|
| -
|
| namespace webkit_glue {
|
|
|
|
|
| @@ -230,8 +225,7 @@
|
| bool GetExeDirectory(FilePath* path);
|
|
|
| // Embedders implement this function to return the list of plugins to Webkit.
|
| -void GetPlugins(bool refresh,
|
| - std::vector<webkit::npapi::WebPluginInfo>* plugins);
|
| +void GetPlugins(bool refresh, std::vector<WebPluginInfo>* plugins);
|
|
|
| // Returns true if the plugins run in the same process as the renderer, and
|
| // false otherwise.
|
|
|