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

Unified Diff: chrome/browser/usb/usb_device.cc

Issue 63153003: mac: Prepare for -Wunused-functions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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/usb/usb_device.cc
diff --git a/chrome/browser/usb/usb_device.cc b/chrome/browser/usb/usb_device.cc
index f4f9340c95e375443997bb934daf1350a7ee96ea..8f71d507ef6e8509736db8fed5342e224470a9cd 100644
--- a/chrome/browser/usb/usb_device.cc
+++ b/chrome/browser/usb/usb_device.cc
@@ -22,12 +22,14 @@ using content::BrowserThread;
namespace {
+#if defined(OS_CHROMEOS)
void OnRequestUsbAccessReplied(
const base::Callback<void(bool success)>& callback,
bool success) {
BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
base::Bind(callback, success));
}
+#endif // defined(OS_CHROMEOS)
} // namespace
« no previous file with comments | « chrome/browser/ui/webui/options/manage_profile_handler.cc ('k') | components/autofill/core/browser/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698