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

Unified Diff: content/shell/shell.cc

Issue 10803026: Get content_browsertest working. I've added a simple test for now, and will convert the tests in sr… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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: 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_);

Powered by Google App Engine
This is Rietveld 408576698