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

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

Issue 2732113004: Remove FrameHost::consoleMessageStorage() methods (Closed)
Patch Set: Rebase Created 3 years, 9 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 593a01dac0d68fc88328993efe9a5bd511e11a71..b148e83a27bf6c15596f2c4f1815b278a3c87b84 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 BrowserControls;
-class ConsoleMessageStorage;
class OverscrollController;
class Page;
@@ -72,9 +71,6 @@ class CORE_EXPORT FrameHost final
OverscrollController& overscrollController();
const OverscrollController& overscrollController() const;
- ConsoleMessageStorage& consoleMessageStorage();
- const ConsoleMessageStorage& consoleMessageStorage() const;
-
DECLARE_TRACE();
// Don't allow more than a certain number of frames in a page.
« 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