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

Unified Diff: content/browser/renderer_host/pepper/pepper_gamepad_host.h

Issue 2852803002: Remove base::SharedMemory::ShareToProcess. (Closed)
Patch Set: Compile error. Created 3 years, 8 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/renderer_host/pepper/pepper_gamepad_host.h
diff --git a/content/browser/renderer_host/pepper/pepper_gamepad_host.h b/content/browser/renderer_host/pepper/pepper_gamepad_host.h
index c341091f1b0747ab0992fdbb89d19d1626acd200..cc3bcb581f798cf6c6d22b1f5974ce30a91bd101 100644
--- a/content/browser/renderer_host/pepper/pepper_gamepad_host.h
+++ b/content/browser/renderer_host/pepper/pepper_gamepad_host.h
@@ -60,8 +60,6 @@ class CONTENT_EXPORT PepperGamepadHost :
void GotUserGesture(const ppapi::host::ReplyMessageContext& in_context);
- BrowserPpapiHost* browser_ppapi_host_;
-
device::GamepadService* gamepad_service_;
bool is_started_;

Powered by Google App Engine
This is Rietveld 408576698