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

Unified Diff: third_party/WebKit/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp

Issue 2395543002: reflow comments in modules/[mediasource,plugins] (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/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp
diff --git a/third_party/WebKit/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp b/third_party/WebKit/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp
index 884d0145d8addb1cc631b9e64d6e74a3748763f6..abba7616d4833c7a673d5f64f17bfb164acc36f2 100644
--- a/third_party/WebKit/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp
+++ b/third_party/WebKit/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp
@@ -26,7 +26,9 @@ NavigatorContentUtilsClient::CustomHandlersState
NavigatorContentUtilsClientMock::isProtocolHandlerRegistered(
const String& scheme,
const KURL& url) {
- // "declined" state is checked by NavigatorContentUtils::isProtocolHandlerRegistered() before calling this function.
+ // "declined" state is checked by
+ // NavigatorContentUtils::isProtocolHandlerRegistered() before calling this
+ // function.
if (m_protocolMap.contains(scheme))
return NavigatorContentUtilsClient::CustomHandlersRegistered;

Powered by Google App Engine
This is Rietveld 408576698