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

Unified Diff: sky/engine/platform/exported/WebURLRequest.cpp

Issue 868933003: Remove user gesture tracking (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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: sky/engine/platform/exported/WebURLRequest.cpp
diff --git a/sky/engine/platform/exported/WebURLRequest.cpp b/sky/engine/platform/exported/WebURLRequest.cpp
index 9b67233cfc223be4b2093c3aa109eefa82022906..c069421b5f10577e5a31d93c49e299690fd85af9 100644
--- a/sky/engine/platform/exported/WebURLRequest.cpp
+++ b/sky/engine/platform/exported/WebURLRequest.cpp
@@ -232,16 +232,6 @@ void WebURLRequest::addHTTPOriginIfNeeded(const WebString& origin)
m_private->m_resourceRequest->addHTTPOriginIfNeeded(origin);
}
-bool WebURLRequest::hasUserGesture() const
-{
- return m_private->m_resourceRequest->hasUserGesture();
-}
-
-void WebURLRequest::setHasUserGesture(bool hasUserGesture)
-{
- m_private->m_resourceRequest->setHasUserGesture(hasUserGesture);
-}
-
void WebURLRequest::setRequestContext(RequestContext requestContext)
{
m_private->m_resourceRequest->setRequestContext(requestContext);

Powered by Google App Engine
This is Rietveld 408576698