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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/gcore/ChromeGoogleApiClientImpl.java

Issue 2026483003: Remove legacy constructor from ChromeGoogleApiClientImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync Created 4 years, 6 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/android/java/src/org/chromium/chrome/browser/gcore/ChromeGoogleApiClientImpl.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/gcore/ChromeGoogleApiClientImpl.java b/chrome/android/java/src/org/chromium/chrome/browser/gcore/ChromeGoogleApiClientImpl.java
index 369cec7ce1ac6df7c9407c45cf5c1b80e4deafe9..499fae40149b5de671fe35dd09c92bc0a2c22570 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/gcore/ChromeGoogleApiClientImpl.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/gcore/ChromeGoogleApiClientImpl.java
@@ -26,16 +26,6 @@ public class ChromeGoogleApiClientImpl implements ChromeGoogleApiClient {
private final GoogleApiClient mClient;
/**
- * Temporary constructor until downstream has been updated to use the constructor below.
- * @param context its application context will be exposed through
- * {@link #getApplicationContext()}.
- * @param client will be exposed through {@link #getApiClient()}.
- */
- public ChromeGoogleApiClientImpl(Context context, GoogleApiClient client) {
- this(context, client, false);
- }
-
- /**
* @param context its application context will be exposed through
* {@link #getApplicationContext()}.
* @param client will be exposed through {@link #getApiClient()}.
« 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