| Index: trunk/public/web/WebUserGestureToken.h
|
| ===================================================================
|
| --- trunk/public/web/WebUserGestureToken.h (revision 173444)
|
| +++ trunk/public/web/WebUserGestureToken.h (working copy)
|
| @@ -56,8 +56,6 @@
|
| BLINK_EXPORT bool hasGestures() const;
|
| BLINK_EXPORT void setOutOfProcess();
|
| BLINK_EXPORT void setJavascriptPrompt();
|
| - BLINK_EXPORT bool wasForwarded() const;
|
| - BLINK_EXPORT void setForwarded();
|
| bool isNull() const { return m_token.isNull(); }
|
|
|
| #if BLINK_IMPLEMENTATION
|
|
|