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

Unified Diff: content/browser/devtools/protocol/page_handler.h

Issue 821223002: Pass gesture detector config type when enabling touch emulator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@touch-emulator-enabled
Patch Set: Rebased; storing config type Created 5 years, 11 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
Index: content/browser/devtools/protocol/page_handler.h
diff --git a/content/browser/devtools/protocol/page_handler.h b/content/browser/devtools/protocol/page_handler.h
index 53f759c7be93de97c7ee404e0de2614c5e446593..41b6bf595fbd946ff6451c1940df745472297b28 100644
--- a/content/browser/devtools/protocol/page_handler.h
+++ b/content/browser/devtools/protocol/page_handler.h
@@ -61,7 +61,6 @@ class PageHandler {
Response ClearGeolocationOverride();
- Response SetTouchEmulationEnabled(bool enabled);
Response SetTouchEmulationEnabled(bool enabled,
const std::string* configuration);

Powered by Google App Engine
This is Rietveld 408576698