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

Unified Diff: ppapi/shared_impl/singleton_resource_id.h

Issue 14188019: CRX FileSystem Pepper private API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 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: ppapi/shared_impl/singleton_resource_id.h
diff --git a/ppapi/shared_impl/singleton_resource_id.h b/ppapi/shared_impl/singleton_resource_id.h
index de9178c546ffd572923df93e839dd72b36841c15..ff818d2152368502188ddcd0e771d2a9bc26f911 100644
--- a/ppapi/shared_impl/singleton_resource_id.h
+++ b/ppapi/shared_impl/singleton_resource_id.h
@@ -23,6 +23,7 @@ enum SingletonResourceID {
GAMEPAD_SINGLETON_ID,
PDF_SINGLETON_ID,
TRUETYPE_FONT_SINGLETON_ID,
+ CRX_FILESYSTEM_SINGLETON_ID,
yzshen1 2013/05/02 23:22:01 Alphabetically.
victorhsieh 2013/05/03 17:26:58 Done.
};
} // namespace ppapi

Powered by Google App Engine
This is Rietveld 408576698