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

Unified Diff: chrome/browser/extensions/api/hid/hid_connection_resource.h

Issue 329853010: Additional methods for chrome.logPrivate API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 5 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: chrome/browser/extensions/api/hid/hid_connection_resource.h
diff --git a/chrome/browser/extensions/api/hid/hid_connection_resource.h b/chrome/browser/extensions/api/hid/hid_connection_resource.h
index afd5ea827b363cfadc90a676c9e2db168d13edea..08c26f78a8237cbb19f42d2ace19676b51a81e30 100644
--- a/chrome/browser/extensions/api/hid/hid_connection_resource.h
+++ b/chrome/browser/extensions/api/hid/hid_connection_resource.h
@@ -25,14 +25,12 @@ class HidConnectionResource : public ApiResource {
return connection_;
}
- private:
- friend class ApiResourceManager<HidConnectionResource>;
-
static const char* service_name() { return "HidConnectionResourceManager"; }
static const content::BrowserThread::ID kThreadId =
content::BrowserThread::FILE;
+ private:
scoped_refptr<device::HidConnection> connection_;
DISALLOW_COPY_AND_ASSIGN(HidConnectionResource);
« no previous file with comments | « chrome/browser/chromeos/system_logs/debug_log_writer.cc ('k') | chrome/browser/extensions/api/log_private/log_private_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698