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

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

Issue 2715173002: Final rename from FrameLoaderClient to LocalFrameClient: (Closed)
Patch Set: Created 3 years, 10 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/FrameClient.h
diff --git a/third_party/WebKit/Source/core/frame/FrameClient.h b/third_party/WebKit/Source/core/frame/FrameClient.h
index 6b8af790c8ce16d5279bb7e4722ad5993f030bcd..2beff90421ac463447383fb2ff6e89da4dc9108d 100644
--- a/third_party/WebKit/Source/core/frame/FrameClient.h
+++ b/third_party/WebKit/Source/core/frame/FrameClient.h
@@ -18,7 +18,7 @@ class CORE_EXPORT FrameClient : public GarbageCollectedFinalized<FrameClient> {
public:
virtual bool inShadowTree() const = 0;
- // TODO(dcheng): Move this into FrameLoaderClient, since remote frames don't
+ // TODO(dcheng): Move this into LocalFrameClient, since remote frames don't
// need this.
virtual void willBeDetached() = 0;
virtual void detached(FrameDetachType) = 0;

Powered by Google App Engine
This is Rietveld 408576698