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

Unified Diff: third_party/WebKit/Source/web/WebHelperPluginImpl.cpp

Issue 2712343003: Rename FrameLoaderClient* to LocalFrameClient* in web/ (Closed)
Patch Set: Created 3 years, 10 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
Index: third_party/WebKit/Source/web/WebHelperPluginImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp b/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp
index 1baedd00cecbfded6e09db978c68e5e8233108a0..03b6c54cf55d28c52e05b652c3b0081a7c5afe06 100644
--- a/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp
+++ b/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp
@@ -30,9 +30,9 @@
#include "web/WebHelperPluginImpl.h"
+#include "core/frame/LocalFrameClient.h"
#include "core/html/HTMLObjectElement.h"
#include "core/loader/FrameLoader.h"
-#include "core/loader/FrameLoaderClient.h"
#include "public/web/WebPlugin.h"
#include "web/WebLocalFrameImpl.h"
#include "web/WebPluginContainerImpl.h"
@@ -68,7 +68,7 @@ bool WebHelperPluginImpl::initialize(const String& pluginType,
toWebPluginContainerImpl(frame->frame()->loader().client()->createPlugin(
m_objectElement.get(), frame->frame()->document()->url(),
attributeNames, attributeValues, pluginType, false,
- FrameLoaderClient::AllowDetachedPlugin));
+ LocalFrameClient::AllowDetachedPlugin));
if (!m_pluginContainer)
return false;
« no previous file with comments | « third_party/WebKit/Source/web/WebHelperPluginImpl.h ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698