| Index: chrome_frame/chrome_frame_automation.cc
|
| diff --git a/chrome_frame/chrome_frame_automation.cc b/chrome_frame/chrome_frame_automation.cc
|
| index f6127dc101ca9dc89702a6810cc74ea949777f06..abd8b2de10345d5fde099c55d1506dd43399541d 100644
|
| --- a/chrome_frame/chrome_frame_automation.cc
|
| +++ b/chrome_frame/chrome_frame_automation.cc
|
| @@ -504,11 +504,6 @@ static base::LazyInstance<ProxyFactory,
|
| base::LeakyLazyInstanceTraits<ProxyFactory> >
|
| g_proxy_factory = LAZY_INSTANCE_INITIALIZER;
|
|
|
| -template <> struct RunnableMethodTraits<ChromeFrameAutomationClient> {
|
| - static void RetainCallee(ChromeFrameAutomationClient* obj) {}
|
| - static void ReleaseCallee(ChromeFrameAutomationClient* obj) {}
|
| -};
|
| -
|
| ChromeFrameAutomationClient::ChromeFrameAutomationClient()
|
| : chrome_frame_delegate_(NULL),
|
| chrome_window_(NULL),
|
|
|