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

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

Issue 11369052: Fix FindBugs warnings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added temporary shim to avoid breaking downstream build Created 8 years, 1 month 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 | content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java » ('j') | 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/GoogleLocationSettingsHelperStub.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/GoogleLocationSettingsHelperStub.java b/chrome/android/java/src/org/chromium/chrome/browser/GoogleLocationSettingsHelperStub.java
index 40f33e1b199256f5409ba411fe4a41e3de3a9671..0e2f56b3a5d81face5072865153dd102d86c0a05 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/GoogleLocationSettingsHelperStub.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/GoogleLocationSettingsHelperStub.java
@@ -14,10 +14,7 @@ import org.chromium.base.CalledByNative;
public class GoogleLocationSettingsHelperStub implements GoogleLocationSettingsHelper {
- private Context mApplicationContext;
-
public GoogleLocationSettingsHelperStub(Context context) {
- mApplicationContext = context.getApplicationContext();
}
@Override
« no previous file with comments | « no previous file | content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698