summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webdevtoolsclient_impl.h
diff options
context:
space:
mode:
authorasargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-20 17:22:13 +0000
committerasargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-20 17:22:13 +0000
commite914332d7522d776c2823c54c70cff1b3418c8e4 (patch)
treeb30cf09c49a73f757337f3f49ce888cbb58a1b99 /webkit/glue/webdevtoolsclient_impl.h
parent70b8d6b61a6ca8127176979949ab961bb9be0990 (diff)
downloadchromium_src-e914332d7522d776c2823c54c70cff1b3418c8e4.zip
chromium_src-e914332d7522d776c2823c54c70cff1b3418c8e4.tar.gz
chromium_src-e914332d7522d776c2823c54c70cff1b3418c8e4.tar.bz2
Revert r23820 by mnaganov due to Interactive Test failures
TBR=brg TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23830 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webdevtoolsclient_impl.h')
-rw-r--r--webkit/glue/webdevtoolsclient_impl.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/webkit/glue/webdevtoolsclient_impl.h b/webkit/glue/webdevtoolsclient_impl.h
index f407863..3e5b250 100644
--- a/webkit/glue/webdevtoolsclient_impl.h
+++ b/webkit/glue/webdevtoolsclient_impl.h
@@ -36,8 +36,7 @@ class WebDevToolsClientImpl : public WebDevToolsClient,
public:
WebDevToolsClientImpl(
WebViewImpl* web_view_impl,
- WebDevToolsClientDelegate* delegate,
- const std::string& application_locale);
+ WebDevToolsClientDelegate* delegate);
virtual ~WebDevToolsClientImpl();
// DevToolsRpc::Delegate implementation.
@@ -69,12 +68,9 @@ class WebDevToolsClientImpl : public WebDevToolsClient,
static v8::Handle<v8::Value> JsUndockWindow(const v8::Arguments& args);
static v8::Handle<v8::Value> JsToggleInspectElementMode(
const v8::Arguments& args);
- static v8::Handle<v8::Value> JsGetApplicationLocale(
- const v8::Arguments& args);
WebViewImpl* web_view_impl_;
WebDevToolsClientDelegate* delegate_;
- String application_locale_;
OwnPtr<CppBoundClass> debugger_command_executor_obj_;
OwnPtr<JsDebuggerAgentBoundObj> debugger_agent_obj_;
OwnPtr<JsToolsAgentBoundObj> tools_agent_obj_;