| 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(
|
|
|