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

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

Issue 2389633002: reflow comments in web/ (Closed)
Patch Set: . Created 4 years, 2 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 165c965d8cb64dac30d61c84583c44fe00109b1e..65cb82520fdc21985bf8c415e7d703542ac46e83 100644
--- a/third_party/WebKit/Source/web/WebHelperPluginImpl.h
+++ b/third_party/WebKit/Source/web/WebHelperPluginImpl.h
@@ -44,9 +44,9 @@ class HTMLObjectElement;
class WebLocalFrameImpl;
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.
+// 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.
class WebHelperPluginImpl final : public WebHelperPlugin {
WTF_MAKE_NONCOPYABLE(WebHelperPluginImpl);
USING_FAST_MALLOC(WebHelperPluginImpl);
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp ('k') | third_party/WebKit/Source/web/WebHelperPluginImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698