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

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

Issue 371353005: Remove deprecated OmniboxSuggestion constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/omnibox/OmniboxSuggestion.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/omnibox/OmniboxSuggestion.java b/chrome/android/java/src/org/chromium/chrome/browser/omnibox/OmniboxSuggestion.java
index b415a9f67cba63e76118acccf141c9c67b95dabe..56f40efebd36cd26a7988380950e7a5dcebd82d2 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/omnibox/OmniboxSuggestion.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/omnibox/OmniboxSuggestion.java
@@ -115,14 +115,6 @@ public class OmniboxSuggestion {
}
}
- /* TODO(groby): Remove - see http://crbug.com/375482 */
- public OmniboxSuggestion(int nativeType, int relevance, int transition,
- String text, String description, String fillIntoEdit, String url,
- String formattedUrl, boolean isStarred, boolean isDeletable) {
- this(nativeType, relevance, transition, text, description, null, null, fillIntoEdit, url,
- formattedUrl, isStarred, isDeletable);
- }
-
public Type getType() {
return mType;
}
« 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