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

Unified Diff: chrome/browser/chromeos/login/login_utils.cc

Issue 10693109: Use Drive v2 API: enable behind --enable-drive-api flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 5 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
Index: chrome/browser/chromeos/login/login_utils.cc
diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
index d3f1aa96e13e45986342048852fce453f61d23b1..deba67761251e264f1edc2b12717f539d0269930 100644
--- a/chrome/browser/chromeos/login/login_utils.cc
+++ b/chrome/browser/chromeos/login/login_utils.cc
@@ -107,12 +107,6 @@ const char kSwitchFormatString[] = " --%s=\"%s\"";
// User name which is used in the Guest session.
const char kGuestUserName[] = "";
-// TODO(zelidrag): Figure out if we need to add more services here.
-const char kServiceScopeChromeOSDocuments[] =
- "https://docs.google.com/feeds/ "
- "https://spreadsheets.google.com/feeds/ "
- "https://docs.googleusercontent.com/";
satorux1 2012/07/09 15:58:11 could you create a separate patch to remove this?
kochi 2012/07/10 09:01:14 https://chromiumcodereview.appspot.com/10752021/
-
class InitializeCookieMonsterHelper {
public:
explicit InitializeCookieMonsterHelper(

Powered by Google App Engine
This is Rietveld 408576698