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

Unified Diff: chrome/common/extensions/manifest_url_handler.h

Issue 540113002: Reorder "action links" on chrome://extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dc_remove_install_from_webstore_flag
Patch Set: Created 6 years, 3 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/manifest_url_handler.h
diff --git a/chrome/common/extensions/manifest_url_handler.h b/chrome/common/extensions/manifest_url_handler.h
index 9c7919206ab398fb16f315d1d0e86d747dd1202c..98786842671da153c4aa570ad9ef62a51cab9ee6 100644
--- a/chrome/common/extensions/manifest_url_handler.h
+++ b/chrome/common/extensions/manifest_url_handler.h
@@ -30,6 +30,10 @@ struct ManifestURL : public Extension::ManifestData {
// this returns a blank GURL.
static const GURL GetHomepageURL(const Extension* extension);
+ // Returns true if the extension specified a valid home page url in the
+ // manifest.
+ static bool SpecifiedHomepageURL(const Extension* extension);
+
// Returns the Update URL for this extension.
static const GURL& GetUpdateURL(const Extension* extension);
« no previous file with comments | « chrome/browser/ui/webui/extensions/extension_settings_handler.cc ('k') | chrome/common/extensions/manifest_url_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698