Chromium Code Reviews| 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 2c2f6efff3ecde03260bdfeb6c6ca4acf7d193b2..6bc8450aa5ae3f59d147f5cf5b718e5a273691cc 100644 |
| --- a/content/public/browser/content_browser_client.h |
| +++ b/content/public/browser/content_browser_client.h |
| @@ -256,9 +256,11 @@ class ContentBrowserClient { |
| virtual QuotaPermissionContext* CreateQuotaPermissionContext() = 0; |
| // Open the given file in the desktop's default manner. |
| + // This is called on the UI thread. |
|
jam
2012/05/17 20:39:06
no need for these two comments, see the comment at
Avi (use Gerrit)
2012/05/17 21:04:36
Ah, thanks.
|
| virtual void OpenItem(const FilePath& path) = 0; |
| // Show the given file in a file manager. If possible, select the file. |
| + // This is called on the UI thread. |
| virtual void ShowItemInFolder(const FilePath& path) = 0; |
| // Informs the embedder that a certificate error has occured. If overridable |