diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-17 14:00:12 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-17 14:00:12 +0000 |
commit | ca13a448f6b94379803a4846d0d41128b5d650f5 (patch) | |
tree | 01d2e0b3403cd9423b29892a1c021ed1516759c7 /content/shell/shell_messages.h | |
parent | 93425b44c4ea18ca58e3f5585d92795628bc5355 (diff) | |
download | chromium_src-ca13a448f6b94379803a4846d0d41128b5d650f5.zip chromium_src-ca13a448f6b94379803a4846d0d41128b5d650f5.tar.gz chromium_src-ca13a448f6b94379803a4846d0d41128b5d650f5.tar.bz2 |
TabContents -> WebContentsImpl, part 16
Remove "tab contents".
BUG=105875
TEST=no change
Review URL: https://chromiumcodereview.appspot.com/9956154
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132571 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/shell_messages.h')
-rw-r--r-- | content/shell/shell_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_messages.h b/content/shell/shell_messages.h index 3d86a47..df57821 100644 --- a/content/shell/shell_messages.h +++ b/content/shell/shell_messages.h @@ -14,7 +14,7 @@ IPC_MESSAGE_ROUTED1(ShellViewMsg_CaptureTextDump, bool /* recursive */) -// Send a text dump of the tab contents to the render host. +// Send a text dump of the WebContents to the render host. IPC_MESSAGE_ROUTED1(ShellViewHostMsg_TextDump, std::string /* dump */) |