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

Unified Diff: content/browser/device_monitor_linux.h

Issue 12374068: Make it possible to disable udev in linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review fixups 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: content/browser/device_monitor_linux.h
diff --git a/content/browser/device_monitor_linux.h b/content/browser/device_monitor_linux.h
index b56de1ebdc04ea32deea175407fba2fc9cbefcd8..5b5dd1aeaf95b88520109091dfc58f3fc1539f88 100644
--- a/content/browser/device_monitor_linux.h
+++ b/content/browser/device_monitor_linux.h
@@ -8,6 +8,10 @@
#ifndef CONTENT_BROWSER_DEVICE_MONITOR_LINUX_H_
#define CONTENT_BROWSER_DEVICE_MONITOR_LINUX_H_
+#if !defined(USE_UDEV)
+#error USE_UDEV must be defined.
+#endif
rjkroege 2013/11/14 15:44:23 this doesn't seem very pretty to me Given that th
Mostyn Bramley-Moore 2013/11/14 16:42:02 What other operating systems use this file? All I
+
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
#include "base/message_loop/message_loop.h"

Powered by Google App Engine
This is Rietveld 408576698