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

Unified Diff: extensions/browser/api/extensions_api_client.cc

Issue 464753002: Fix HidService lifetime issues. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: extensions/browser/api/extensions_api_client.cc
diff --git a/extensions/browser/api/extensions_api_client.cc b/extensions/browser/api/extensions_api_client.cc
index a0fff44d04b940452a1c6f3d3a2c16c05af3f403..af1cd80b26820c201ae6e421a12067655f5a0fa6 100644
--- a/extensions/browser/api/extensions_api_client.cc
+++ b/extensions/browser/api/extensions_api_client.cc
@@ -41,10 +41,4 @@ bool ExtensionsAPIClient::AppViewInternalDenyRequest(
return false;
}
-device::HidService* ExtensionsAPIClient::GetHidService() {
- // This should never be called by clients which don't support the HID API.
- NOTIMPLEMENTED();
- return NULL;
-}
-
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698