| Index: content/renderer/render_thread_impl.cc
|
| diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
|
| index cb49a7d345d79285db5aee4328825497da60c1b1..03ea01e56fe3deee9f5c2497e9fec33ac82bd151 100644
|
| --- a/content/renderer/render_thread_impl.cc
|
| +++ b/content/renderer/render_thread_impl.cc
|
| @@ -537,6 +537,8 @@ std::string RenderThreadImpl::HistogramCustomizer::HostToCustomHistogramSuffix(
|
| return ".plus";
|
| if (host == "inbox.google.com")
|
| return ".inbox";
|
| + if (host == "calendar.google.com")
|
| + return ".calendar";
|
| if (host == "www.youtube.com")
|
| return ".youtube";
|
| if (IsAlexaTop10NonGoogleSite(host))
|
|
|