diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-03 05:01:26 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-03 05:01:26 +0000 |
commit | 8922e1ff7ac33a3f88079e1e6d3ae8671602a952 (patch) | |
tree | a842ba34b909f84e7f3db6d60235504ad7887db2 /chrome/common | |
parent | 4b7d9b47a1adac0daa198761c01fc42ff1d9b394 (diff) | |
download | chromium_src-8922e1ff7ac33a3f88079e1e6d3ae8671602a952.zip chromium_src-8922e1ff7ac33a3f88079e1e6d3ae8671602a952.tar.gz chromium_src-8922e1ff7ac33a3f88079e1e6d3ae8671602a952.tar.bz2 |
More WebView / WebViewDelegate cleanup.
Moves a bunch of methods from glue to the WebKit API.
R=dglazkov
BUG=10033
TEST=none
Review URL: http://codereview.chromium.org/246079
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27941 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/render_messages_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h index b639d0a..ad27705 100644 --- a/chrome/common/render_messages_internal.h +++ b/chrome/common/render_messages_internal.h @@ -1296,7 +1296,7 @@ IPC_BEGIN_MESSAGES(ViewHost) // Stores new inspector settings in the profile. IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateInspectorSettings, - std::wstring /* raw_settings */) + std::string /* raw_settings */) // Wraps an IPC message that's destined to the DevToolsClient on // DevToolsAgent->browser hop. |