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

Unified Diff: chrome/common/url_constants.h

Issue 3324009: Work in progress implementation of Icon URI scheme. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: Created 10 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/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 579441c5b04ceea5ea253e63d573dfe88a36dfd0..16be2de410bedb90b37ade6c4af022f2ff385e00 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -28,6 +28,7 @@ extern const char kMailToScheme[];
extern const char kMetadataScheme[];
extern const char kUserScriptScheme[];
extern const char kViewSourceScheme[];
+extern const char kIconURLScheme[];
// Used to separate a standard scheme and the hostname: "://".
extern const char kStandardSchemeSeparator[];

Powered by Google App Engine
This is Rietveld 408576698