Index: chrome/browser/extensions/extension_omnibox_api.h |
diff --git a/chrome/browser/extensions/extension_omnibox_api.h b/chrome/browser/extensions/extension_omnibox_api.h |
index 98758cb55049b47fced8dce43014160722da6754..d9a083cd268d036d94436bc96e827bc3c64d989e 100644 |
--- a/chrome/browser/extensions/extension_omnibox_api.h |
+++ b/chrome/browser/extensions/extension_omnibox_api.h |
@@ -61,11 +61,6 @@ struct ExtensionOmniboxSuggestion { |
// Contains style ranges for the description. |
ACMatchClassifications description_styles; |
- |
- private: |
- // Helper function to add the given style to the running list of |
- // |description_styles|. |
- void InsertNewStyle(int type, size_t offset, size_t length); |
}; |
struct ExtensionOmniboxSuggestions { |