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

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

Issue 9353010: Add FullscreenController::ToggleFullscreenModeWithExtension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Show "An extension triggered full screen." when the extension's name is not available. 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
« no previous file with comments | « chrome/browser/ui/fullscreen_controller.cc ('k') | chrome/browser/ui/fullscreen_exit_bubble_type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..bdfd1336cbc2b9f7e3fae08d3cb24362838c9963 100644
--- a/chrome/browser/ui/fullscreen_exit_bubble_type.h
+++ b/chrome/browser/ui/fullscreen_exit_bubble_type.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -19,7 +19,7 @@ enum FullscreenExitBubbleType {
FEB_TYPE_NONE = 0,
// For tab fullscreen mode. (More comments about tab and browser fullscreen
- // mode can be found in chrome/browser/ui/browser.h.)
+ // mode can be found in chrome/browser/ui/fullscreen_controller.h.)
FEB_TYPE_FULLSCREEN_BUTTONS,
FEB_TYPE_FULLSCREEN_MOUSELOCK_BUTTONS,
FEB_TYPE_MOUSELOCK_BUTTONS,
@@ -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_FULLSCREEN_EXIT_INSTRUCTION
};
namespace fullscreen_bubble {
« no previous file with comments | « chrome/browser/ui/fullscreen_controller.cc ('k') | chrome/browser/ui/fullscreen_exit_bubble_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698