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

Unified Diff: Source/web/WebLocalFrameImpl.h

Issue 1309883003: Add hooks for capturing meaningful text info, gently. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Oopsie fixed. Created 5 years, 4 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: Source/web/WebLocalFrameImpl.h
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
index a628def9552b8db9b25e28b2973f31f7e34c99b0..c890f000bf0d794da9e46c37c1495aa48efeb085 100644
--- a/Source/web/WebLocalFrameImpl.h
+++ b/Source/web/WebLocalFrameImpl.h
@@ -246,6 +246,7 @@ public:
WebHistoryLoadType) override;
bool isLoading() const override;
bool isResourceLoadInProgress() const override;
+ bool isNavigationScheduled() const override;
void setCommittedFirstRealLoad() override;
void sendOrientationChangeEvent() override;
void willShowInstallBannerPrompt(int requestId, const WebVector<WebString>& platforms, WebAppBannerPromptReply*) override;

Powered by Google App Engine
This is Rietveld 408576698