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

Unified Diff: chrome/browser/android/dev_tools_server.h

Issue 691863002: [DevTools] Remove DevToolsHttpHandler::Stop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@httpHandler
Patch Set: Removed comment Created 6 years, 1 month 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 | « android_webview/native/aw_dev_tools_server.cc ('k') | chrome/browser/android/dev_tools_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/dev_tools_server.h
diff --git a/chrome/browser/android/dev_tools_server.h b/chrome/browser/android/dev_tools_server.h
index 67f56889b1a7b2f4402462bf42e5ba13f5dc7570..614d4c9fb04b081e927ab7e91041eb8e9d9ab239 100644
--- a/chrome/browser/android/dev_tools_server.h
+++ b/chrome/browser/android/dev_tools_server.h
@@ -8,6 +8,7 @@
#include <string>
#include <jni.h>
#include "base/basictypes.h"
+#include "base/memory/scoped_ptr.h"
namespace content {
class DevToolsHttpHandler;
@@ -29,7 +30,7 @@ class DevToolsServer {
private:
std::string socket_name_;
- content::DevToolsHttpHandler* protocol_handler_;
+ scoped_ptr<content::DevToolsHttpHandler> protocol_handler_;
DISALLOW_COPY_AND_ASSIGN(DevToolsServer);
};
« no previous file with comments | « android_webview/native/aw_dev_tools_server.cc ('k') | chrome/browser/android/dev_tools_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698