Remove deprecated OmniboxSuggestion constructor.

BUG=375482

Review URL: https://codereview.chromium.org/371353005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282049 0039d316-1c4b-4281-b951-d872f2087c98
parent 822a249c
...@@ -115,14 +115,6 @@ public class OmniboxSuggestion { ...@@ -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() { public Type getType() {
return mType; return mType;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment