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

Unified Diff: chrome/browser/android/accessibility/font_size_prefs_android.h

Issue 563743002: Remove FontSizePrefs destroy() method as its a singleton class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes Incorporated Created 6 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/browser/android/accessibility/font_size_prefs_android.h
diff --git a/chrome/browser/android/accessibility/font_size_prefs_android.h b/chrome/browser/android/accessibility/font_size_prefs_android.h
index 33789baa4ef0ad5e04e8dd470f909494b8e6a5fc..0d98db339f50d8f7cbf85afe89c3eac95c05c306 100644
--- a/chrome/browser/android/accessibility/font_size_prefs_android.h
+++ b/chrome/browser/android/accessibility/font_size_prefs_android.h
@@ -26,7 +26,6 @@ class FontSizePrefsAndroid {
FontSizePrefsAndroid(JNIEnv* env, jobject obj);
~FontSizePrefsAndroid();
- void Destroy(JNIEnv* env, jobject obj);
void SetFontScaleFactor(JNIEnv* env, jobject obj, jfloat font);
float GetFontScaleFactor(JNIEnv* env, jobject obj);

Powered by Google App Engine
This is Rietveld 408576698