| Index: third_party/WebKit/Source/core/frame/LocalFrameClient.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrameClient.h b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
|
| index 43826ecaf83ab78d11ce456444bd3126821d3bd3..3cf25b469e634e036e70c2f1fd913feea9b0a73e 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrameClient.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
|
| @@ -194,12 +194,12 @@ class CORE_EXPORT LocalFrameClient : public FrameClient {
|
| };
|
| virtual bool canCreatePluginWithoutRenderer(const String& mimeType) const = 0;
|
| virtual FrameViewBase* createPlugin(HTMLPlugInElement*,
|
| - const KURL&,
|
| - const Vector<String>&,
|
| - const Vector<String>&,
|
| - const String&,
|
| - bool loadManually,
|
| - DetachedPluginPolicy) = 0;
|
| + const KURL&,
|
| + const Vector<String>&,
|
| + const Vector<String>&,
|
| + const String&,
|
| + bool loadManually,
|
| + DetachedPluginPolicy) = 0;
|
|
|
| virtual std::unique_ptr<WebMediaPlayer> createWebMediaPlayer(
|
| HTMLMediaElement&,
|
|
|