Index: content/renderer/pepper/pepper_plugin_delegate_impl.cc |
diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.cc b/content/renderer/pepper/pepper_plugin_delegate_impl.cc |
index 8bb4767c376ada07f0b19ff77c0d0bc4f32b7b4a..e2bf684273975358f95c5a8763ac1377d97c11c7 100644 |
--- a/content/renderer/pepper/pepper_plugin_delegate_impl.cc |
+++ b/content/renderer/pepper/pepper_plugin_delegate_impl.cc |
@@ -1364,13 +1364,6 @@ void PepperPluginDelegateImpl::SaveURLAs(const GURL& url) { |
render_view_->routing_id(), url, referrer)); |
} |
-double PepperPluginDelegateImpl::GetLocalTimeZoneOffset(base::Time t) { |
- double result = 0.0; |
- render_view_->Send(new PepperMsg_GetLocalTimeZoneOffset( |
- t, &result)); |
- return result; |
-} |
- |
PP_FlashLSORestrictions PepperPluginDelegateImpl::GetLocalDataRestrictions( |
const GURL& document_url, |
const GURL& plugin_url) { |