| Index: trunk/Source/platform/UserGestureIndicator.h
|
| ===================================================================
|
| --- trunk/Source/platform/UserGestureIndicator.h (revision 173444)
|
| +++ trunk/Source/platform/UserGestureIndicator.h (working copy)
|
| @@ -48,8 +48,6 @@
|
| virtual bool hasGestures() const = 0;
|
| virtual void setOutOfProcess() = 0;
|
| virtual void setJavascriptPrompt() = 0;
|
| - virtual bool wasForwarded() const = 0;
|
| - virtual void setForwarded() = 0;
|
| };
|
|
|
| class PLATFORM_EXPORT UserGestureIndicatorDisabler {
|
|
|