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

Unified Diff: sky/engine/public/platform/WebURLRequest.h

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/public/platform/WebURLRequest.h
diff --git a/sky/engine/public/platform/WebURLRequest.h b/sky/engine/public/platform/WebURLRequest.h
index 0582c614cf99acb1f96b956b9c20f00787b32e43..a2e84793756df3ab4754beecf9bc4fae46de05a9 100644
--- a/sky/engine/public/platform/WebURLRequest.h
+++ b/sky/engine/public/platform/WebURLRequest.h
@@ -177,10 +177,6 @@ public:
// request requires it.
BLINK_PLATFORM_EXPORT void addHTTPOriginIfNeeded(const WebString& origin);
- // True if the request was user initiated.
- BLINK_PLATFORM_EXPORT bool hasUserGesture() const;
- BLINK_PLATFORM_EXPORT void setHasUserGesture(bool);
-
// A consumer controlled value intended to be used to identify the
// requestor.
BLINK_PLATFORM_EXPORT int requestorID() const;

Powered by Google App Engine
This is Rietveld 408576698