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

Unified Diff: extensions/common/constants.cc

Issue 2886923002: [extension SW]: Support event listener registration and event dispatching. (Closed)
Patch Set: address comments Created 3 years, 7 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: extensions/common/constants.cc
diff --git a/extensions/common/constants.cc b/extensions/common/constants.cc
index 7770085b85394d79e7d0e4285f446e1d2a5132f1..98bc6f1ecd69e5325e4f3291e8e36af8c31d610a 100644
--- a/extensions/common/constants.cc
+++ b/extensions/common/constants.cc
@@ -83,6 +83,8 @@ const uint8_t kWebstoreSignaturesPublicKey[] = {
const size_t kWebstoreSignaturesPublicKeySize =
arraysize(kWebstoreSignaturesPublicKey);
+const int kNonWorkerThreadId = 0;
+
const char kMimeTypeJpeg[] = "image/jpeg";
const char kMimeTypePng[] = "image/png";

Powered by Google App Engine
This is Rietveld 408576698