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

Unified Diff: third_party/WebKit/Source/modules/credentialmanager/Credential.h

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/credentialmanager/Credential.h
diff --git a/third_party/WebKit/Source/modules/credentialmanager/Credential.h b/third_party/WebKit/Source/modules/credentialmanager/Credential.h
index 7ba2469e60759d58b43eda2161987f5f3b0c9d3d..31c0cc24f427b968e090a7e8dcc2d014f342ab35 100644
--- a/third_party/WebKit/Source/modules/credentialmanager/Credential.h
+++ b/third_party/WebKit/Source/modules/credentialmanager/Credential.h
@@ -38,7 +38,8 @@ class MODULES_EXPORT Credential : public GarbageCollectedFinalized<Credential>,
Credential(PlatformCredential*);
Credential(const String& id, const String& name, const KURL& icon);
- // Parses a string as a KURL. Throws an exception via |exceptionState| if an invalid URL is produced.
+ // Parses a string as a KURL. Throws an exception via |exceptionState| if an
+ // invalid URL is produced.
static KURL parseStringAsURL(const String&, ExceptionState&);
Member<PlatformCredential> m_platformCredential;

Powered by Google App Engine
This is Rietveld 408576698