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

Unified Diff: content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java

Issue 591383002: [check Style] java files in android part have 100 char limit per line (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keep capital R as it is, since it represents matrix Created 6 years, 3 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
« no previous file with comments | « no previous file | content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java b/content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java
index 376b954213bc7b6760c2cbbfdeb3d4abb9ceb945..3092444f210d622748846e16e3f56f3d65b84e08 100644
--- a/content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java
+++ b/content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java
@@ -104,8 +104,7 @@ class DeviceSensors implements SensorEventListener {
synchronized (mNativePtrLock) {
switch (eventType) {
case DEVICE_ORIENTATION:
- success = registerSensors(DEVICE_ORIENTATION_SENSORS, rateInMilliseconds,
- true);
+ success = registerSensors(DEVICE_ORIENTATION_SENSORS, rateInMilliseconds, true);
break;
case DEVICE_MOTION:
// note: device motion spec does not require all sensors to be available
« no previous file with comments | « no previous file | content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698