Skip to content

Commit

Permalink
JariBakken: Remove Window.restore from wire.py. See also r16292.
Browse files Browse the repository at this point in the history
r16468
  • Loading branch information
jarib committed Apr 6, 2012
1 parent a0a0e7f commit eaad5f9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions wire.py
Original file line number Diff line number Diff line change
Expand Up @@ -769,11 +769,6 @@ def main():
Post('''Maximize the currently selected window if not already maximized.''').
AddError('NoSuchWindow', 'If the specified window cannot be found.'))

resources.append(
SessionResource('/session/:sessionId/window/:windowHandle/restore').
Post('''Restore currently selected window if maximized.''').
AddError('NoSuchWindow', 'If the specified window cannot be found.'))

resources.append(
SessionResource('/session/:sessionId/cookie').
Get('Retrieve all cookies visible to the current page.').
Expand Down

0 comments on commit eaad5f9

Please sign in to comment.