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

Unified Diff: content/public/app/content_main_delegate.h

Issue 9950040: Get chrome:// dev tool urls hooked up in content_shell. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « content/browser/resource_context_impl.cc ('k') | content/public/common/content_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/content_main_delegate.h
===================================================================
--- content/public/app/content_main_delegate.h (revision 133033)
+++ content/public/app/content_main_delegate.h (working copy)
@@ -19,11 +19,11 @@
public:
virtual ~ContentMainDelegate() {}
- // Tells the embedder that the absolute basic startup has been done, i.e. it's
- // now safe to create singletons and check the command line. Return true if
- // the process should exit afterwards, and if so, |exit_code| should be set.
- // This is the place for embedder to do the things that must happen at the
- // start. Most of its startup code should be in the methods below.
+ // Tells the embedder that the absolute basic startup has been done, i.e.
+ // it's now safe to create singletons and check the command line. Return true
+ // if the process should exit afterwards, and if so, |exit_code| should be
+ // set. This is the place for embedder to do the things that must happen at
+ // the start. Most of its startup code should be in the methods below.
virtual bool BasicStartupComplete(int* exit_code) = 0;
// This is where the embedder puts all of its startup code that needs to run
« no previous file with comments | « content/browser/resource_context_impl.cc ('k') | content/public/common/content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698