Index: trunk/src/chrome/browser/ui/webui/mojo_web_ui_controller.h |
=================================================================== |
--- trunk/src/chrome/browser/ui/webui/mojo_web_ui_controller.h (revision 279559) |
+++ trunk/src/chrome/browser/ui/webui/mojo_web_ui_controller.h (working copy) |
@@ -8,7 +8,6 @@ |
#include <string> |
#include "base/memory/scoped_ptr.h" |
-#include "base/memory/weak_ptr.h" |
#include "content/public/browser/web_ui_controller.h" |
#include "mojo/public/cpp/system/core.h" |
@@ -43,16 +42,11 @@ |
mojo::ScopedMessagePipeHandle handle_to_page) = 0; |
private: |
- // Invoked in response to a connection from the renderer. |
- void CreateAndStoreUIHandler(mojo::ScopedMessagePipeHandle handle); |
- |
// Bindings files are registered here. |
content::WebUIDataSource* mojo_data_source_; |
scoped_ptr<MojoWebUIHandler> ui_handler_; |
- base::WeakPtrFactory<MojoWebUIController> weak_factory_; |
- |
DISALLOW_COPY_AND_ASSIGN(MojoWebUIController); |
}; |