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

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, 10 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 0a0e5468ef613bb27e1e1e4af06ecd95c8a0f9c2..166559bddac8c64edb34b4257d94c95fd8d65b1d 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