summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/mac/config_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/plugin/mac/config_mac.mm')
-rw-r--r--o3d/plugin/mac/config_mac.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/o3d/plugin/mac/config_mac.mm b/o3d/plugin/mac/config_mac.mm
index c137df6..c85f8c8 100644
--- a/o3d/plugin/mac/config_mac.mm
+++ b/o3d/plugin/mac/config_mac.mm
@@ -330,7 +330,6 @@ bool GetUserAgentMetrics(NPP npp) {
// The Chrome user_agent string also contains Safari. Search for Chrome first.
if (std::string::npos != user_agent.find("Chrome")) {
o3d::metric_browser_type = o3d::BROWSER_NAME_CHROME;
- gIsChrome = true;
// The OmniWeb user_agent also contains Safari. Search for OminWeb first.
} else if (std::string::npos != user_agent.find("OmniWeb")) {
o3d::metric_browser_type = o3d::BROWSER_NAME_OMNIWEB;