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

Unified Diff: chrome/browser/devtools/android_device.h

Issue 208013003: DevTools: Create end-to-end test for chrome://inspect (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed extension test Created 6 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/devtools_adb_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/android_device.h
diff --git a/chrome/browser/devtools/android_device.h b/chrome/browser/devtools/android_device.h
index 4c34f5c7614e634140be85f91e2642684979ed6e..f67e70ff0e1f2c3835bade213115ce249e700777 100644
--- a/chrome/browser/devtools/android_device.h
+++ b/chrome/browser/devtools/android_device.h
@@ -80,6 +80,8 @@ class AndroidDeviceProvider
#if defined(DEBUG_DEVTOOLS)
static scoped_refptr<AndroidDeviceProvider> GetSelfAsDeviceProvider();
#endif
+ // Implemented in browser_tests.
+ static scoped_refptr<AndroidDeviceProvider> GetMockDeviceProviderForTest();
protected:
friend struct
« no previous file with comments | « no previous file | chrome/browser/devtools/devtools_adb_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698