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

Side by Side Diff: chrome/common/chrome_notification_types.h

Issue 10261011: Windowed mode mouse lock addded to fullscreen controller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: indent Created 8 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_ 5 #ifndef CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_
6 #define CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_ 6 #define CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_
7 #pragma once 7 #pragma once
8 8
9 #include "content/public/browser/notification_types.h" 9 #include "content/public/browser/notification_types.h"
10 10
(...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 // Sent when the cached profile info has changed. 1043 // Sent when the cached profile info has changed.
1044 NOTIFICATION_PROFILE_CACHED_INFO_CHANGED, 1044 NOTIFICATION_PROFILE_CACHED_INFO_CHANGED,
1045 1045
1046 // Sent when the cached profile has finished writing a profile picture to 1046 // Sent when the cached profile has finished writing a profile picture to
1047 // disk. 1047 // disk.
1048 NOTIFICATION_PROFILE_CACHE_PICTURE_SAVED, 1048 NOTIFICATION_PROFILE_CACHE_PICTURE_SAVED,
1049 1049
1050 // Sent when the browser enters or exits fullscreen mode. 1050 // Sent when the browser enters or exits fullscreen mode.
1051 NOTIFICATION_FULLSCREEN_CHANGED, 1051 NOTIFICATION_FULLSCREEN_CHANGED,
1052 1052
1053 // Sent when the FullscreenController changes, confirms, or denies mouse lock.
1054 // The source is the browser's FullscreenController, no details.
1055 NOTIFICATION_MOUSE_LOCK_CHANGED,
1056
1053 // Sent by the PluginPrefs when there is a change of plugin enable/disable 1057 // Sent by the PluginPrefs when there is a change of plugin enable/disable
1054 // status. The source is the profile. 1058 // status. The source is the profile.
1055 NOTIFICATION_PLUGIN_ENABLE_STATUS_CHANGED, 1059 NOTIFICATION_PLUGIN_ENABLE_STATUS_CHANGED,
1056 1060
1057 // Panels Notifications. The Panels are small browser windows near the bottom 1061 // Panels Notifications. The Panels are small browser windows near the bottom
1058 // of the screen. 1062 // of the screen.
1059 // Sent when all nonblocking bounds animations are finished across panels. 1063 // Sent when all nonblocking bounds animations are finished across panels.
1060 // Used only in unit testing. 1064 // Used only in unit testing.
1061 NOTIFICATION_PANEL_BOUNDS_ANIMATIONS_FINISHED, 1065 NOTIFICATION_PANEL_BOUNDS_ANIMATIONS_FINISHED,
1062 1066
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1121 // Currently only Content and Chrome define and use notifications. 1125 // Currently only Content and Chrome define and use notifications.
1122 // Custom notifications not belonging to Content and Chrome should start 1126 // Custom notifications not belonging to Content and Chrome should start
1123 // from here. 1127 // from here.
1124 NOTIFICATION_CHROME_END, 1128 NOTIFICATION_CHROME_END,
1125 }; 1129 };
1126 1130
1127 } // namespace chrome 1131 } // namespace chrome
1128 1132
1129 1133
1130 #endif // CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_ 1134 #endif // CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698