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

Unified Diff: chrome/common/net/gaia/gaia_constants.cc

Issue 8769053: Remove stuff in TokenService that is not needed anymore (due to OAuth based approach): (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | « chrome/browser/net/gaia/token_service_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/net/gaia/gaia_constants.cc
===================================================================
--- chrome/common/net/gaia/gaia_constants.cc (revision 112743)
+++ chrome/common/net/gaia/gaia_constants.cc (working copy)
@@ -33,8 +33,7 @@
const char kDeviceManagementServiceOAuth[] =
"https://www.googleapis.com/auth/chromeosdevicemanagement";
-// Service/scope names for chrome web store.
-const char kCWSService[] = "chromewebstore";
+// OAuth scopes for chrome web store.
const char kCWSNotificationScope[] =
"https://www.googleapis.com/auth/chromewebstore.notification";
« no previous file with comments | « chrome/browser/net/gaia/token_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698