Index: chrome/android/java/src/org/chromium/chrome/browser/preferences/PrefServiceBridge.java |
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/preferences/PrefServiceBridge.java b/chrome/android/java/src/org/chromium/chrome/browser/preferences/PrefServiceBridge.java |
index 1a15c2505e2aa66f22c3f240bf4f020afde256cb..a926dd9d0a424e2e5aa6f72771423e8c0303ad69 100644 |
--- a/chrome/android/java/src/org/chromium/chrome/browser/preferences/PrefServiceBridge.java |
+++ b/chrome/android/java/src/org/chromium/chrome/browser/preferences/PrefServiceBridge.java |
@@ -818,7 +818,10 @@ public final class PrefServiceBridge { |
nativeFetchImportantSites(callback); |
} |
- /** @return The maximum number of important sites that will be returned from the call above. */ |
+ /** |
+ * @return The maximum number of important sites that will be returned from the call above. |
+ * This is a constant that won't change. |
+ */ |
public static int getMaxImportantSites() { |
return nativeGetMaxImportantSites(); |
} |