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

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

Issue 2035653006: [DevTools] Move Console to v8 inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: improved api a bit Created 4 years, 6 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/FrameHost.h
diff --git a/third_party/WebKit/Source/core/frame/FrameHost.h b/third_party/WebKit/Source/core/frame/FrameHost.h
index 1a44fcc848d8208c7fd58c90928f9908e20799fb..1160c90f612e2141793f5003c761af8976d63695 100644
--- a/third_party/WebKit/Source/core/frame/FrameHost.h
+++ b/third_party/WebKit/Source/core/frame/FrameHost.h
@@ -41,7 +41,6 @@
namespace blink {
class ChromeClient;
-class ConsoleMessageStorage;
class CustomElementReactionStack;
class Deprecation;
class EventHandlerRegistry;
@@ -114,9 +113,6 @@ public:
const AtomicString& overrideEncoding() const { return m_overrideEncoding; }
void setOverrideEncoding(const AtomicString& encoding) { m_overrideEncoding = encoding; }
- ConsoleMessageStorage& consoleMessageStorage();
- const ConsoleMessageStorage& consoleMessageStorage() const;
-
CustomElementReactionStack& customElementReactionStack();
const CustomElementReactionStack& customElementReactionStack() const;
@@ -143,7 +139,6 @@ private:
const Member<VisualViewport> m_visualViewport;
const Member<OverscrollController> m_overscrollController;
const Member<EventHandlerRegistry> m_eventHandlerRegistry;
- const Member<ConsoleMessageStorage> m_consoleMessageStorage;
const Member<CustomElementReactionStack> m_customElementReactionStack;
AtomicString m_overrideEncoding;
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameConsole.cpp ('k') | third_party/WebKit/Source/core/frame/FrameHost.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698