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

Unified Diff: chrome/browser/extensions/extension_host.h

Issue 8205001: (Owner approval for) Delay network requests on startup if any webRequest ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Resync, fix compile errors Created 9 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 | « chrome/browser/browser_process_impl.cc ('k') | chrome/browser/extensions/extension_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_host.h
===================================================================
--- chrome/browser/extensions/extension_host.h (revision 105274)
+++ chrome/browser/extensions/extension_host.h (working copy)
@@ -195,6 +195,9 @@
virtual gfx::NativeWindow GetDialogRootWindow() OVERRIDE;
protected:
+ // This should only be used by unit tests.
+ ExtensionHost(const Extension* extension, content::ViewType host_type);
jar (doing other things) 2011/10/15 02:43:40 Should you consider making this private, and then
+
// Internal functions used to support the CreateNewWidget() method. If a
// platform requires plugging into widget creation at a lower level, then a
// subclass might want to override these functions, but otherwise they should
« no previous file with comments | « chrome/browser/browser_process_impl.cc ('k') | chrome/browser/extensions/extension_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698