Index: chrome/browser/chromeos/gdata/gdata_util.cc |
diff --git a/chrome/browser/chromeos/gdata/gdata_util.cc b/chrome/browser/chromeos/gdata/gdata_util.cc |
index 31a90a6a6b2bdcbc95ab8129e2fd58e79900f204..a8958451c1f5ea1bcdccca0b8c37920961622f06 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_util.cc |
+++ b/chrome/browser/chromeos/gdata/gdata_util.cc |
@@ -247,13 +247,6 @@ void SetPermissionsForGDataCacheFiles(Profile* profile, |
} |
bool IsGDataAvailable(Profile* profile) { |
- // We allow GData only in canary and dev channels. http://crosbug.com/28806 |
- chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel(); |
- if (channel == chrome::VersionInfo::CHANNEL_DEV || |
- channel == chrome::VersionInfo::CHANNEL_BETA || |
- channel == chrome::VersionInfo::CHANNEL_STABLE) |
- return false; |
- |
// Do not allow GData for incognito windows / guest mode. |
if (profile->IsOffTheRecord()) |
return false; |