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

Unified Diff: apps/shell/browser/shell_browser_main_parts.h

Issue 224723022: Add the first app_shell_browsertest test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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: apps/shell/browser/shell_browser_main_parts.h
diff --git a/apps/shell/browser/shell_browser_main_parts.h b/apps/shell/browser/shell_browser_main_parts.h
index b29458413a8e1ea4f1a806929508886fbd8b6e43..5e8bc866bf44f17aaaf076b0fb7159008674027e 100644
--- a/apps/shell/browser/shell_browser_main_parts.h
+++ b/apps/shell/browser/shell_browser_main_parts.h
@@ -83,6 +83,9 @@ class ShellBrowserMainParts : public content::BrowserMainParts,
// For running app browsertests.
const content::MainFunctionParams parameters_;
+ // If true, indicates the main message loop should be run
James Cook 2014/04/08 16:03:49 nit: blank line above And +1 for descriptive comm
Yoyo Zhou 2014/04/08 21:55:21 Done.
+ // in MainMessageLoopRun. If false, it has already been run.
+ bool run_message_loop_;
DISALLOW_COPY_AND_ASSIGN(ShellBrowserMainParts);
};

Powered by Google App Engine
This is Rietveld 408576698