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

Unified Diff: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationAbsoluteController.cpp

Issue 2392443007: reflow comments in modules/[app_banner,encoding] (Closed)
Patch Set: Created 4 years, 2 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: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationAbsoluteController.cpp
diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationAbsoluteController.cpp b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationAbsoluteController.cpp
index a6c6dc33f2511c94e9b3f6f4835506b3fc9de132..4683ffa0566822f1bb9f71f568cd3eda30a11f2d 100644
--- a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationAbsoluteController.cpp
+++ b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationAbsoluteController.cpp
@@ -50,7 +50,8 @@ void DeviceOrientationAbsoluteController::didAddEventListener(
Deprecation::countDeprecation(
document().frame(),
UseCounter::DeviceOrientationAbsoluteInsecureOrigin);
- // TODO: add rappor logging of insecure origins as in DeviceOrientationController.
+ // TODO: add rappor logging of insecure origins as in
+ // DeviceOrientationController.
if (document().frame()->settings()->strictPowerfulFeatureRestrictions())
return;
}

Powered by Google App Engine
This is Rietveld 408576698