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

Unified Diff: content/public/browser/content_browser_client.h

Issue 10323002: Move message handlers that don't belong in RenderProcessHostImpl to their own files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: threaded Created 8 years, 7 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
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/renderer_webkitplatformsupport_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/renderer_webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698