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

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: _ 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..c521e486f734aa6759bb0c086fc4bd424a0ea65c 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.
@@ -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 {

Powered by Google App Engine
This is Rietveld 408576698