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

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: '' 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
Index: chrome/browser/extensions/extension_host.h
===================================================================
--- chrome/browser/extensions/extension_host.h (revision 104705)
+++ 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.
Pam (message me for reviews) 2011/10/12 14:28:12 I don't much like adding this, but the alternative
+ ExtensionHost(const Extension* extension, content::ViewType::Type host_type);
+
// 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

Powered by Google App Engine
This is Rietveld 408576698