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

Unified Diff: chrome/common/pepper_flash.h

Issue 492423002: Pepper Flash permission should be const. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | chrome/common/pepper_flash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pepper_flash.h
===================================================================
--- chrome/common/pepper_flash.h (revision 291235)
+++ chrome/common/pepper_flash.h (working copy)
@@ -8,6 +8,6 @@
#include "base/basictypes.h"
// Permission bits for Pepper Flash.
-extern int32 kPepperFlashPermissions;
+extern const int32 kPepperFlashPermissions;
#endif // CHROME_COMMON_PEPPER_FLASH_H_
« no previous file with comments | « no previous file | chrome/common/pepper_flash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698