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

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

Issue 9328037: Add fullscreen state support for chrome.windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix default case handling Created 8 years, 10 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
Index: chrome/browser/ui/fullscreen_exit_bubble_type.h
diff --git a/chrome/browser/ui/fullscreen_exit_bubble_type.h b/chrome/browser/ui/fullscreen_exit_bubble_type.h
index 9e895b9a8c184b206d14ac10cd28daefd910d53c..3633c28a6ab00462551fd85d9a7f225d6121e054 100644
--- a/chrome/browser/ui/fullscreen_exit_bubble_type.h
+++ b/chrome/browser/ui/fullscreen_exit_bubble_type.h
@@ -28,7 +28,8 @@ enum FullscreenExitBubbleType {
FEB_TYPE_MOUSELOCK_EXIT_INSTRUCTION,
// For browser fullscreen mode.
- FEB_TYPE_BROWSER_FULLSCREEN_EXIT_INSTRUCTION
+ FEB_TYPE_BROWSER_FULLSCREEN_EXIT_INSTRUCTION,
+ FEB_TYPE_BROWSER_EXTENSION_TRIGGERED_FULLSCREEN_EXIT_INSTRUCTION
yzshen1 2012/02/07 07:57:22 nit: If possible, please pick a shorter name. :)
hashimoto 2012/02/07 11:53:17 Done in http://codereview.chromium.org/9353010/
};
namespace fullscreen_bubble {

Powered by Google App Engine
This is Rietveld 408576698