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

Unified Diff: content/public/common/content_constants.h

Issue 12945007: Fix Notifications Icon loading. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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: content/public/common/content_constants.h
diff --git a/content/public/common/content_constants.h b/content/public/common/content_constants.h
index 57d91127458cdbc7d4110c18d1aa6efbfbe4b05d..cf2b568936143f0c1ad6cc2aaa9072894e6f4680 100644
--- a/content/public/common/content_constants.h
+++ b/content/public/common/content_constants.h
@@ -58,6 +58,12 @@ CONTENT_EXPORT extern const char
kGpuCompositingFieldTrialForceCompositingEnabledName[];
CONTENT_EXPORT extern const char kGpuCompositingFieldTrialThreadEnabledName[];
+// Used with WebContent::DownloadImage.
+CONTENT_EXPORT enum DownloadImageType {
+ DOWNLOAD_OTHER, // Regular image loading/decoding.
brettw 2013/03/19 22:50:14 I think this should be indented 2 spaces.
Dmitry Titov 2013/03/20 01:10:07 Removed the enum per John's suggestion.
+ DOWNLOAD_FAVICON, // Disallows sending/accepting cookies.
+};
+
} // namespace content
#endif // CONTENT_PUBLIC_COMMON_CONTENT_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698