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

Unified Diff: Source/modules/vibration/NavigatorVibration.h

Issue 15724023: Vibration API: use runtime flag, change from client to platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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: Source/modules/vibration/NavigatorVibration.h
diff --git a/Source/modules/vibration/NavigatorVibration.h b/Source/modules/vibration/NavigatorVibration.h
index aef7c3a512ee978d7c96a730e13207769e53c79f..da56c16b0d0cddf68d04ee76a9d78c348d8d6e73 100644
--- a/Source/modules/vibration/NavigatorVibration.h
+++ b/Source/modules/vibration/NavigatorVibration.h
@@ -20,8 +20,6 @@
#ifndef NavigatorVibration_h
#define NavigatorVibration_h
-#if ENABLE(VIBRATION)
-
#include "core/dom/ExceptionCode.h"
#include "wtf/Vector.h"
@@ -44,7 +42,5 @@ private:
} // namespace WebCore
-#endif // ENABLE(VIBRATION)
-
#endif // NavigatorVibration_h
Peter Beverloo 2013/06/11 10:19:10 nit: blank line.
Michael van Ouwerkerk 2013/06/11 13:26:51 Done.

Powered by Google App Engine
This is Rietveld 408576698