summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.Client.UI/OAuth2/ClientAuthorizationView.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-02-10 21:49:43 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2013-02-10 21:49:43 -0800
commit04426dfbba325fd4ed308a6c9c6c103fed14ff13 (patch)
treef1b8b9245a3fe3b3ab6fa0f2f54db86463dc3099 /src/DotNetOpenAuth.OAuth2.Client.UI/OAuth2/ClientAuthorizationView.cs
parent938a79f28b0fb5718cc58f8f20be5d4207bc189f (diff)
downloadDotNetOpenAuth-04426dfbba325fd4ed308a6c9c6c103fed14ff13.zip
DotNetOpenAuth-04426dfbba325fd4ed308a6c9c6c103fed14ff13.tar.gz
DotNetOpenAuth-04426dfbba325fd4ed308a6c9c6c103fed14ff13.tar.bz2
More warning fixes.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth2.Client.UI/OAuth2/ClientAuthorizationView.cs')
-rw-r--r--src/DotNetOpenAuth.OAuth2.Client.UI/OAuth2/ClientAuthorizationView.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.OAuth2.Client.UI/OAuth2/ClientAuthorizationView.cs b/src/DotNetOpenAuth.OAuth2.Client.UI/OAuth2/ClientAuthorizationView.cs
index 8f27ae6..002202e 100644
--- a/src/DotNetOpenAuth.OAuth2.Client.UI/OAuth2/ClientAuthorizationView.cs
+++ b/src/DotNetOpenAuth.OAuth2.Client.UI/OAuth2/ClientAuthorizationView.cs
@@ -143,6 +143,9 @@ namespace DotNetOpenAuth.OAuth2 {
/// Processes changes in the URL the browser has navigated to.
/// </summary>
/// <param name="location">The location.</param>
+ /// <returns>
+ /// A task that completes with the asynchronous operation.
+ /// </returns>
private async Task ProcessLocationChangedAsync(Uri location) {
if (SignificantlyEqual(location, this.Authorization.Callback, UriComponents.SchemeAndServer | UriComponents.Path)) {
try {