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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/ntp/InterestsService.java

Issue 1351303003: Add the UI for the Interests Prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ntp-interests-jni
Patch Set: Created 5 years, 3 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/android/java/src/org/chromium/chrome/browser/ntp/InterestsService.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/InterestsService.java b/chrome/android/java/src/org/chromium/chrome/browser/ntp/InterestsService.java
index 418fa924cf92d40a57a72055b89f342f7f6b8333..736d6e495d605a9bdf75392d7e26a62aed5e2b17 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ntp/InterestsService.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ntp/InterestsService.java
@@ -11,6 +11,9 @@ import org.chromium.chrome.browser.profiles.Profile;
* Retrieve the user's interests.
*/
public class InterestsService {
+ public static final String AUTH_SCOPE =
+ "https://www.googleapis.com/auth/googlenow";
Marc Treib 2015/09/18 13:26:04 Hm. Shouldn't the InterestsService itself (probabl
tache 2015/09/21 15:35:55 I don't think so. Looking at the OAuth2TokenServic
Marc Treib 2015/09/21 16:20:08 The native ProfileOAuth2TokenService works on all
+
private long mNativeInterestsService;
/**

Powered by Google App Engine
This is Rietveld 408576698