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

Unified Diff: sky/engine/public/web/WebFrame.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/web/WebFrame.h
diff --git a/sky/engine/public/web/WebFrame.h b/sky/engine/public/web/WebFrame.h
index 8e9524ec0d078d530a21dffdde0d08a162885b53..e025c59b4e67ceb315dce64455f8203bdc187418 100644
--- a/sky/engine/public/web/WebFrame.h
+++ b/sky/engine/public/web/WebFrame.h
@@ -136,11 +136,6 @@ public:
virtual v8::Handle<v8::Value> executeScriptAndReturnValue(
const WebScriptSource&) = 0;
- // ONLY FOR TESTS: Same as above but sets a fake UserGestureIndicator before
- // execution.
- virtual v8::Handle<v8::Value> executeScriptAndReturnValueForTests(
- const WebScriptSource&);
-
// Call the function with the given receiver and arguments, bypassing
// canExecute().
virtual v8::Handle<v8::Value> callFunctionEvenIfScriptDisabled(

Powered by Google App Engine
This is Rietveld 408576698