Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4354)

Unified Diff: chrome/browser/chromeos/gdata/gdata_util.cc

Issue 10169031: gdata: Enable gdata in all channels (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698