diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-18 15:14:45 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-18 15:14:45 +0000 |
commit | 4c6ad068cf0027203eea773ec94e4eb2f0a8d75c (patch) | |
tree | 6576883c5e098ec73d36d612ab4e28c0e250c601 /content/browser/content_browser_client.h | |
parent | d391116230f8281484ef7c339f18f5e8b9692a8b (diff) | |
download | chromium_src-4c6ad068cf0027203eea773ec94e4eb2f0a8d75c.zip chromium_src-4c6ad068cf0027203eea773ec94e4eb2f0a8d75c.tar.gz chromium_src-4c6ad068cf0027203eea773ec94e4eb2f0a8d75c.tar.bz2 |
Comment cleanup.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7302012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92852 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/content_browser_client.h')
-rw-r--r-- | content/browser/content_browser_client.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/content/browser/content_browser_client.h b/content/browser/content_browser_client.h index bc85a93..c5cedc2 100644 --- a/content/browser/content_browser_client.h +++ b/content/browser/content_browser_client.h @@ -55,12 +55,12 @@ class WebUIFactory; // Embedder API (or SPI) for participating in browser logic, to be implemented // by the client of the content browser. See ChromeContentBrowserClient for the -// principle implementation. The methods are assumed to -// be called on the UI thread unless otherwise specified. -// Use this "escape hatch" sparingly, to avoid the embedder interface ballooning -// and becoming very specific to Chrome. (Often, the call out to the client can -// happen in a different part of the code that either already has a hook out to -// the embedder, or calls out to one of the observer interfaces.) +// principal implementation. The methods are assumed to be called on the UI +// thread unless otherwise specified. Use this "escape hatch" sparingly, to +// avoid the embedder interface ballooning and becoming very specific to Chrome. +// (Often, the call out to the client can happen in a different part of the code +// that either already has a hook out to the embedder, or calls out to one of +// the observer interfaces.) class ContentBrowserClient { public: // Notifies that a new RenderHostView has been created. |