Index: content/public/browser/content_browser_client.h |
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h |
index dcf487fe6437466075c0f2339db3bc88e09dbd4a..6925263e754d27786ddaa3807fd3a19e65d792f7 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -429,7 +429,7 @@ class CONTENT_EXPORT ContentBrowserClient { |
int render_view_id) {} |
// Checks if the given page has permission to show desktop notifications. |
- // This is called on the IO thread. |
+ // This is called on the UI thread. |
virtual WebKit::WebNotificationPresenter::Permission |
CheckDesktopNotificationPermission( |
const GURL& source_url, |