Index: content/shell/shell.cc |
=================================================================== |
--- content/shell/shell.cc (revision 147044) |
+++ content/shell/shell.cc (working copy) |
@@ -71,6 +71,10 @@ |
return shell; |
} |
+std::vector<Shell*> Shell::GetWindows() { |
+ return windows_; |
+} |
+ |
void Shell::CloseAllWindows() { |
AutoReset<bool> auto_reset(&quit_message_loop_, false); |
std::vector<Shell*> open_windows(windows_); |