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

Unified Diff: chrome/browser/chromeos/file_manager/app_id.h

Issue 1030533002: Add a whitelist for chrome.fileSystem.requestFileSystem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaned up. Created 5 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: chrome/browser/chromeos/file_manager/app_id.h
diff --git a/chrome/browser/chromeos/file_manager/app_id.h b/chrome/browser/chromeos/file_manager/app_id.h
index dd8c91821fb833e21a5a47e7eebfc654b32b9a19..aca6fe3b20255531f9a9623669d5a31cc220379c 100644
--- a/chrome/browser/chromeos/file_manager/app_id.h
+++ b/chrome/browser/chromeos/file_manager/app_id.h
@@ -19,6 +19,12 @@ const char kVideoPlayerAppId[] = "jcgeabjmjgoblfofpppfkcoakmfobdko";
// The gallery's app ID.
const char kGalleryAppId[] = "nlkncpkkdoccmpiclbokaimcnedabhhm";
+// The audio player's app ID.
+const char kAudioPlayerAppId[] = "cjbfomnbifhcdnihkgipgfcihmgjfhbf";
+
+// The image loader extension's ID.
+const char kImageLoaderExtensionId[] = "pmfjbimdmchhbnneeidfognadeopoehp";
+
} // namespace file_manager
#endif // CHROME_BROWSER_CHROMEOS_FILE_MANAGER_APP_ID_H_

Powered by Google App Engine
This is Rietveld 408576698