remove BLINK_EXPORT for motion/orientation

Blink side cleanup.
related to crbug.com/344319

Review URL: https://codereview.chromium.org/203603007

git-svn-id: svn://svn.chromium.org/blink/trunk@169562 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 39855c8e
......@@ -72,16 +72,6 @@ void WebRuntimeFeatures::enableDatabase(bool enable)
RuntimeEnabledFeatures::setDatabaseEnabled(enable);
}
void WebRuntimeFeatures::enableDeviceMotion(bool enable)
{
RuntimeEnabledFeatures::setDeviceMotionEnabled(enable);
}
void WebRuntimeFeatures::enableDeviceOrientation(bool enable)
{
RuntimeEnabledFeatures::setDeviceOrientationEnabled(enable);
}
void WebRuntimeFeatures::enableDialogElement(bool enable)
{
RuntimeEnabledFeatures::setDialogElementEnabled(enable);
......
......@@ -49,10 +49,6 @@ public:
BLINK_EXPORT static void enableDatabase(bool);
BLINK_EXPORT static void enableDeviceMotion(bool);
BLINK_EXPORT static void enableDeviceOrientation(bool);
BLINK_EXPORT static void enableDialogElement(bool);
BLINK_EXPORT static void enableEncryptedMedia(bool);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment