| Index: chrome/common/extensions/api/omnibox/omnibox_handler.h
|
| diff --git a/chrome/common/extensions/api/omnibox/omnibox_handler.h b/chrome/common/extensions/api/omnibox/omnibox_handler.h
|
| index d3efed08886674776281a57d6eb37698d1c19209..5fc6f154afa89bce376baebc74c5c59a8a99a54d 100644
|
| --- a/chrome/common/extensions/api/omnibox/omnibox_handler.h
|
| +++ b/chrome/common/extensions/api/omnibox/omnibox_handler.h
|
| @@ -20,11 +20,6 @@ struct OmniboxInfo : public Extension::ManifestData {
|
|
|
| // Returns the omnibox keyword for the extension.
|
| static const std::string& GetKeyword(const Extension* extension);
|
| -
|
| - // Returns true if the extension needs a verbose install message.
|
| - // TODO(yoz): This should be associated with page actions, not
|
| - // the omnibox.
|
| - static bool IsVerboseInstallMessage(const Extension* extension);
|
| };
|
|
|
| // Parses the "omnibox" manifest key.
|
|
|