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

Unified Diff: chrome/browser/ui/views/fullscreen_exit_bubble_views.cc

Issue 8586033: Fixes use after free in BrowserView, and cleans up a couple of style (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/views/fullscreen_exit_bubble_views.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/fullscreen_exit_bubble_views.cc
diff --git a/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc b/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc
index fac2680dc625af86aecafa3c9605f6e9004d2850..dd1996a6b04edcc327ac6c278dc580fb4a9cfd2f 100644
--- a/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc
+++ b/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc
@@ -64,6 +64,8 @@ class FullscreenExitBubbleViews::FullscreenExitView
views::NativeTextButton* accept_button_;
views::NativeTextButton* deny_button_;
const string16 browser_fullscreen_exit_accelerator_;
+
+ DISALLOW_COPY_AND_ASSIGN(FullscreenExitView);
};
FullscreenExitBubbleViews::FullscreenExitView::FullscreenExitView(
« no previous file with comments | « chrome/browser/ui/views/fullscreen_exit_bubble_views.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698