diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-30 00:03:10 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-30 00:03:10 +0000 |
commit | 22cf00959bf83f85c13e3bcdd73b41039bdb3fe2 (patch) | |
tree | 24a4ba20e51cb86acdadb6bb22760a4e262c0ede /content/public/utility/utility_thread.h | |
parent | d6e476e77b39db7ff83ddd7065b26fabf0541319 (diff) | |
download | chromium_src-22cf00959bf83f85c13e3bcdd73b41039bdb3fe2.zip chromium_src-22cf00959bf83f85c13e3bcdd73b41039bdb3fe2.tar.gz chromium_src-22cf00959bf83f85c13e3bcdd73b41039bdb3fe2.tar.bz2 |
Create default implementations of ContentRendererClient, ContentUtilityClient, and ContentPluginClient to make it easier to embed content.
BUG=98716
Review URL: https://chromiumcodereview.appspot.com/10449063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139432 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public/utility/utility_thread.h')
-rw-r--r-- | content/public/utility/utility_thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/utility/utility_thread.h b/content/public/utility/utility_thread.h index d2e43b9..4eb352a 100644 --- a/content/public/utility/utility_thread.h +++ b/content/public/utility/utility_thread.h @@ -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. |