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

Unified Diff: third_party/WebKit/Source/core/frame/FrameConsole.h

Issue 2393313002: reflow comments in core/frame (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/core/frame/FrameConsole.h
diff --git a/third_party/WebKit/Source/core/frame/FrameConsole.h b/third_party/WebKit/Source/core/frame/FrameConsole.h
index e7695b0d4e73e7c8d6f8aa6cb685f57368c6150e..d12741dd9c098f722bc2939d88191ed7159ec629 100644
--- a/third_party/WebKit/Source/core/frame/FrameConsole.h
+++ b/third_party/WebKit/Source/core/frame/FrameConsole.h
@@ -43,8 +43,10 @@ class ResourceError;
class ResourceResponse;
class SourceLocation;
-// FrameConsole takes per-frame console messages and routes them up through the FrameHost to the ChromeClient and Inspector.
-// It's meant as an abstraction around ChromeClient calls and the way that Blink core/ can add messages to the console.
+// FrameConsole takes per-frame console messages and routes them up through the
+// FrameHost to the ChromeClient and Inspector. It's meant as an abstraction
+// around ChromeClient calls and the way that Blink core/ can add messages to
+// the console.
class CORE_EXPORT FrameConsole final : public GarbageCollected<FrameConsole> {
public:
static FrameConsole* create(LocalFrame& frame) {

Powered by Google App Engine
This is Rietveld 408576698