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

Unified Diff: WATCHLISTS

Issue 10579054: Fullscreen and mouse lock added to watchlists. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WATCHLISTS
diff --git a/WATCHLISTS b/WATCHLISTS
index 79f4fac250f1bebe981e508610969bc973a18cfa..38d4d693abfe3f74ef921f50e7887a05b28665d0 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -61,6 +61,9 @@
'filepath': 'chrome/browser/download/.*|'\
'content/browser/download/.*',
},
+ 'fullscreen_controller': {
+ 'filepath': 'fullscreen_controller',
+ },
'history': {
'filepath': 'chrome/browser/history/.*',
},
@@ -340,6 +343,9 @@
'|content/public/browser/user_metrics.h'\
'|chrome/tools/extract_actions.py'
},
+ 'mouse_lock': {
+ 'filepath': 'mouse_lock',
+ },
'speech': {
'filepath': 'chrome/browser/speech/.*'\
'|content/browser/speech/.*'\
@@ -486,5 +492,7 @@
'installer': ['grt+watch@chromium.org'],
'ui_resources': ['oshima+watch@chromium.org'],
'shell_window': ['jeremya+watch@chromium.org'],
+ 'fullscreen_controller': ['scheib+watch@chromium.org'],
+ 'mouse_lock': ['scheib+watch@chromium.org'],
},
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698