| 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 {
|
|
|