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

Unified Diff: content/public/utility/utility_thread.h

Issue 10449063: Create default implementations of ContentRendererClient, ContentUtilityClient, and ContentPluginCli… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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
Index: content/public/utility/utility_thread.h
===================================================================
--- content/public/utility/utility_thread.h (revision 139356)
+++ content/public/utility/utility_thread.h (working copy)
@@ -16,7 +16,7 @@
namespace content {
- class CONTENT_EXPORT UtilityThread : public IPC::Message::Sender {
+class CONTENT_EXPORT UtilityThread : public IPC::Message::Sender {
public:
// Returns the one utility thread for this process. Note that this can only
// be accessed when running on the utility thread itself.

Powered by Google App Engine
This is Rietveld 408576698