| Index: mojo/services/window_manager/window_manager_app.h
|
| diff --git a/mojo/services/window_manager/window_manager_app.h b/mojo/services/window_manager/window_manager_app.h
|
| index 7cd5e9a8863639094bb66c50fc126c72c9f052b0..a8f9f808712369c75b78076639d16977ec2eded0 100644
|
| --- a/mojo/services/window_manager/window_manager_app.h
|
| +++ b/mojo/services/window_manager/window_manager_app.h
|
| @@ -52,8 +52,6 @@ class WindowManagerApp
|
| void AddConnection(WindowManagerServiceImpl* connection);
|
| void RemoveConnection(WindowManagerServiceImpl* connection);
|
|
|
| - Id OpenWindow();
|
| - Id OpenWindowWithURL(const String& url);
|
| void SetCapture(Id view);
|
| void FocusWindow(Id view);
|
| void ActivateWindow(Id view);
|
|
|