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

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

Issue 2566893003: Move frameBlameContext() accessor to FrameLoaderClient. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/FrameLoaderClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/FrameClient.h
diff --git a/third_party/WebKit/Source/core/frame/FrameClient.h b/third_party/WebKit/Source/core/frame/FrameClient.h
index 4af758169bac84118628b128d0e97f0f3768ed84..6b8af790c8ce16d5279bb7e4722ad5993f030bcd 100644
--- a/third_party/WebKit/Source/core/frame/FrameClient.h
+++ b/third_party/WebKit/Source/core/frame/FrameClient.h
@@ -35,8 +35,6 @@ class CORE_EXPORT FrameClient : public GarbageCollectedFinalized<FrameClient> {
virtual void frameFocused() const = 0;
- virtual BlameContext* frameBlameContext() { return nullptr; }
-
virtual ~FrameClient() {}
DEFINE_INLINE_VIRTUAL_TRACE() {}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/FrameLoaderClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698