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

Unified Diff: chrome/common/extensions/api/omnibox/omnibox_handler.h

Issue 12042096: Move page action manifest parsing out of Extension; the first multi-key manifest handler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
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.

Powered by Google App Engine
This is Rietveld 408576698