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

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

Issue 191173002: Fix typo in ExtensionHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_host.cc
diff --git a/chrome/browser/extensions/extension_host.cc b/chrome/browser/extensions/extension_host.cc
index fa3e2f0034759969de5f2852485cbbc9b4b1ab13..cd1cef6fc39fd68060f1eb2b18308ce9b60b6aff 100644
--- a/chrome/browser/extensions/extension_host.cc
+++ b/chrome/browser/extensions/extension_host.cc
@@ -195,7 +195,7 @@ void ExtensionHost::CreateRenderViewSoon() {
void ExtensionHost::CreateRenderViewNow() {
LoadInitialURL();
- if (!IsBackgroundPage()) {
+ if (IsBackgroundPage()) {
DCHECK(IsRenderViewLive());
ExtensionsBrowserClient::Get()->OnRenderViewCreatedForBackgroundPage(this);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698