From aca699599d3a6eacc2f36a487d874a02c3df31a4 Mon Sep 17 00:00:00 2001
From: Derek Allard
Date: Sun, 17 Jan 2010 15:52:47 +0000
Subject: adding Chrome to list of browsers for user-agent class
---
system/application/config/user_agents.php | 1 +
user_guide/changelog.html | 1 +
2 files changed, 2 insertions(+)
diff --git a/system/application/config/user_agents.php b/system/application/config/user_agents.php
index f15b007a5..a1becd98f 100644
--- a/system/application/config/user_agents.php
+++ b/system/application/config/user_agents.php
@@ -48,6 +48,7 @@ $platforms = array (
// The order of this array should NOT be changed. Many browsers return
// multiple browser types so we want to identify the sub-type first.
$browsers = array(
+ 'Chrome' => 'Chrome',
'Opera' => 'Opera',
'MSIE' => 'Internet Explorer',
'Internet Explorer' => 'Internet Explorer',
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index b8655de51..f36b2ceba 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -72,6 +72,7 @@ SVN Revision:
Added a parse_string() method to the Parser Class.
Added HTTP headers and Config information to the Profiler output.
Documented append_output() in the Output Class.
+ Added Chrome to the list of detectable browsers by browser() in the User Agent Class.
Database
--
cgit v1.2.3-24-g4f1b