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

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

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.h
diff --git a/third_party/WebKit/Source/web/WebHelperPluginImpl.h b/third_party/WebKit/Source/web/WebHelperPluginImpl.h
index 65cb82520fdc21985bf8c415e7d703542ac46e83..818dc655cdc528deb612cd13e45d1ec19be1061b 100644
--- a/third_party/WebKit/Source/web/WebHelperPluginImpl.h
+++ b/third_party/WebKit/Source/web/WebHelperPluginImpl.h
@@ -46,7 +46,7 @@ class WebPluginContainerImpl;
// Utility class to host helper plugins for media. Internally, it creates a
// detached HTMLPluginElement to host the plugin and uses
-// FrameLoaderClient::createPlugin() to instantiate the requested plugin.
+// LocalFrameClient::createPlugin() to instantiate the requested plugin.
class WebHelperPluginImpl final : public WebHelperPlugin {
WTF_MAKE_NONCOPYABLE(WebHelperPluginImpl);
USING_FAST_MALLOC(WebHelperPluginImpl);
« no previous file with comments | « third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp ('k') | third_party/WebKit/Source/web/WebHelperPluginImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698