Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Unified Diff: trunk/src/chrome/browser/ui/webui/mojo_web_ui_controller.h

Issue 352013002: Revert 279557 "Support exposing Mojo services between render fra..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | trunk/src/chrome/browser/ui/webui/mojo_web_ui_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | trunk/src/chrome/browser/ui/webui/mojo_web_ui_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698