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

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: fix jam's nits 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)
rjkroege 2013/11/15 23:16:31 my very badly worded comment from before remains.
Mostyn Bramley-Moore 2013/11/15 23:49:43 Done.
+#error USE_UDEV must be defined.
+#endif
+
#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