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

Unified Diff: content/browser/bad_message.h

Issue 1192003006: Cache Storage: restrict access to secure origins (Chromium-side) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add chrome-search scheme to secure scheme list Created 5 years, 5 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/browser/bad_message.h
diff --git a/content/browser/bad_message.h b/content/browser/bad_message.h
index 71a97745172edc7594e652ff92718ce13ecfb7b2..089a8872650ead9a57db73caf154c603b3dd1efc 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -115,6 +115,7 @@ enum BadMessageReason {
WC_MEMORY_CACHE_RESOURCE_BAD_SECURITY_INFO = 91,
WC_RENDERER_DID_NAVIGATE_BAD_SECURITY_INFO = 92,
BDH_DUPLICATE_REQUEST_DEVICE_ID = 93,
+ CSDH_INVALID_ORIGIN = 94,
// Please add new elements here. The naming convention is abbreviated class
// name (e.g. RenderFrameHost becomes RFH) plus a unique description of the
« no previous file with comments | « chrome/common/chrome_content_client.cc ('k') | content/browser/cache_storage/cache_storage_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698