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

Unified Diff: chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h

Issue 98523003: Implement "presentation" feature for window.open() Base URL: https://github.com/drott/cameo.git@presentationWindowSquashed
Patch Set: Created 7 years 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
Index: chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h
diff --git a/chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h b/chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h
index bd5bae5d637924b7b887d89678ae2115bcca59fb..c7929a05ff0e943940a092b9c6571a4387e7daf1 100644
--- a/chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h
+++ b/chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h
@@ -29,7 +29,10 @@ enum FullscreenExitBubbleType {
// For browser fullscreen mode.
FEB_TYPE_BROWSER_FULLSCREEN_EXIT_INSTRUCTION,
- FEB_TYPE_BROWSER_EXTENSION_FULLSCREEN_EXIT_INSTRUCTION
+ FEB_TYPE_BROWSER_EXTENSION_FULLSCREEN_EXIT_INSTRUCTION,
+
+ // For presentation fullscreen mode.
+ FEB_TYPE_PRESENTATION_FULLSCREEN_EXIT_INSTRUCTION
};
namespace fullscreen_bubble {
« no previous file with comments | « chrome/browser/ui/fullscreen/fullscreen_controller.cc ('k') | chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698