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

Unified Diff: chrome/browser/devtools/device/devtools_android_bridge.h

Issue 1036213002: [DevTools] Remove support for old /json/new (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | chrome/browser/devtools/device/devtools_android_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/device/devtools_android_bridge.h
diff --git a/chrome/browser/devtools/device/devtools_android_bridge.h b/chrome/browser/devtools/device/devtools_android_bridge.h
index bb05d2abe0d325d2b6bc8046e60cae8b48bf02e4..cc1605488bfb7647b721b5eaea7382de6fc02865 100644
--- a/chrome/browser/devtools/device/devtools_android_bridge.h
+++ b/chrome/browser/devtools/device/devtools_android_bridge.h
@@ -269,18 +269,6 @@ class DevToolsAndroidBridge : public KeyedService {
scoped_refptr<AndroidDeviceManager::Device> FindDevice(
const std::string& serial);
- void PageCreatedOnUIThread(scoped_refptr<RemoteBrowser> browser,
- const RemotePageCallback& callback,
- const std::string& url,
- int result,
- const std::string& response);
-
- void NavigatePageOnUIThread(scoped_refptr<RemoteBrowser> browser,
- const RemotePageCallback& callback,
- int result,
- const std::string& response,
- const std::string& url);
-
void RespondToOpenOnUIThread(scoped_refptr<RemoteBrowser> browser,
const RemotePageCallback& callback,
int result,
« no previous file with comments | « no previous file | chrome/browser/devtools/device/devtools_android_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698