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

Unified Diff: third_party/WebKit/Source/core/loader/ProgressTracker.h

Issue 2712033002: Part 1 Of Renaming 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/loader/ProgressTracker.h
diff --git a/third_party/WebKit/Source/core/loader/ProgressTracker.h b/third_party/WebKit/Source/core/loader/ProgressTracker.h
index 403688bc2cda9478b6005c60268e0660384db484..4c34766d4a8c937b4d289e56c5c5dbddbf60eca2 100644
--- a/third_party/WebKit/Source/core/loader/ProgressTracker.h
+++ b/third_party/WebKit/Source/core/loader/ProgressTracker.h
@@ -38,11 +38,14 @@
namespace blink {
-class FrameLoaderClient;
+class LocalFrameClient;
class LocalFrame;
class ResourceResponse;
struct ProgressItem;
+// TODO(slangley): Remove this once references to FrameLoaderClient are removed.
+typedef LocalFrameClient FrameLoaderClient;
+
// FIXME: This is only used on Android. Android is the only Chrome
// browser which shows a progress bar during loading.
// We should find a better way for Android to get this data and remove this!

Powered by Google App Engine
This is Rietveld 408576698