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

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

Issue 2805763004: [System-Keyboard-Lock] Forward navigator functions to RenderFrameHost (Closed)
Patch Set: Resolve review comments Created 3 years, 8 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/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index ef1c68292a20baef6432ed002f65ebf7842315dd..177efd0d394a01e788c7e20e82376c6e6ca383ea 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -236,6 +236,9 @@ class CORE_EXPORT EmptyChromeClient : public ChromeClient {
std::unique_ptr<WebFrameScheduler> CreateFrameScheduler(
BlameContext*) override;
+
+ void RequestKeyLock(LocalFrame*, PassRefPtr<KeyboardLocker>) override;
+ void CancelKeyLock(LocalFrame*) override {}
};
class CORE_EXPORT EmptyLocalFrameClient : public LocalFrameClient {

Powered by Google App Engine
This is Rietveld 408576698