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

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

Issue 7461059: Fullscreen JS API implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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/common/content_notification_types.h" 9 #include "content/common/content_notification_types.h"
10 10
(...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 NOTIFICATION_EDITABLE_ELEMENT_TOUCHED, 864 NOTIFICATION_EDITABLE_ELEMENT_TOUCHED,
865 #endif 865 #endif
866 866
867 // Protocol Handler Registry ----------------------------------------------- 867 // Protocol Handler Registry -----------------------------------------------
868 // Sent when a ProtocolHandlerRegistry is changed. The source is the profile. 868 // Sent when a ProtocolHandlerRegistry is changed. The source is the profile.
869 NOTIFICATION_PROTOCOL_HANDLER_REGISTRY_CHANGED, 869 NOTIFICATION_PROTOCOL_HANDLER_REGISTRY_CHANGED,
870 870
871 // Sent when the cached profile info has changed. 871 // Sent when the cached profile info has changed.
872 NOTIFICATION_PROFILE_CACHED_INFO_CHANGED, 872 NOTIFICATION_PROFILE_CACHED_INFO_CHANGED,
873 873
874 // Sent when the browser enters or exits fullscreen mode.
875 NOTIFICATION_FULLSCREEN_CHANGED,
876
874 // Note:- 877 // Note:-
875 // Currently only Content and Chrome define and use notifications. 878 // Currently only Content and Chrome define and use notifications.
876 // Custom notifications not belonging to Content and Chrome should start 879 // Custom notifications not belonging to Content and Chrome should start
877 // from here. 880 // from here.
878 NOTIFICATION_CHROME_END, 881 NOTIFICATION_CHROME_END,
879 }; 882 };
880 883
881 } // namespace chrome 884 } // namespace chrome
882 885
883 886
884 #endif // CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_ 887 #endif // CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/tab_contents/tab_contents_wrapper.cc ('k') | content/browser/renderer_host/render_view_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698