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

Unified Diff: chrome/browser/views/old_frames/vista_frame.h

Issue 7155: Fix bug where a shelf or infobar would not be closed correctly when closing a... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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 | « no previous file | chrome/browser/views/old_frames/vista_frame.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/old_frames/vista_frame.h
===================================================================
--- chrome/browser/views/old_frames/vista_frame.h (revision 3362)
+++ chrome/browser/views/old_frames/vista_frame.h (working copy)
@@ -381,6 +381,9 @@
// A mapping between accelerators and commands.
scoped_ptr<std::map<ChromeViews::Accelerator, int>> accelerator_table_;
+ // Whether this frame needs a layout or not.
+ bool needs_layout_;
+
// Whether this frame represents an off the record session.
bool is_off_the_record_;
« no previous file with comments | « no previous file | chrome/browser/views/old_frames/vista_frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698