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

Unified Diff: chrome/common/content_settings_types.h

Issue 10537099: add "always allow" option to the mediastream infobar and allow user to allow/not allow acces to devi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed sky's comment and replaced "Do not allow any site to" with "Do not allow sites to" Created 8 years, 6 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 | « chrome/chrome_browser.gypi ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/content_settings_types.h
diff --git a/chrome/common/content_settings_types.h b/chrome/common/content_settings_types.h
index e4e50153dacf62972c3420e6423c93d23124342f..406778d2b8846ffe0382e9653f329f9beca19bc0 100644
--- a/chrome/common/content_settings_types.h
+++ b/chrome/common/content_settings_types.h
@@ -24,7 +24,8 @@ enum ContentSettingsType {
CONTENT_SETTINGS_TYPE_FULLSCREEN,
CONTENT_SETTINGS_TYPE_MOUSELOCK,
CONTENT_SETTINGS_TYPE_MIXEDSCRIPT,
- CONTENT_SETTINGS_NUM_TYPES
+ CONTENT_SETTINGS_TYPE_MEDIASTREAM,
+ CONTENT_SETTINGS_NUM_TYPES,
};
#endif // CHROME_COMMON_CONTENT_SETTINGS_TYPES_H_
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698