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

Unified Diff: chrome/browser/renderer_host/browser_render_process_host.cc

Issue 567037: Initial work on making extensions work in incognito mode. (Closed)
Patch Set: added experimental requirement Created 10 years, 10 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/profile.cc ('k') | chrome/browser/views/browser_actions_container.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/browser_render_process_host.cc
diff --git a/chrome/browser/renderer_host/browser_render_process_host.cc b/chrome/browser/renderer_host/browser_render_process_host.cc
index f567b994693be75d54a9abbce0b39a10c08d4e7f..1822c077c4c80e2e7b3995b5c23bdac30173de93 100644
--- a/chrome/browser/renderer_host/browser_render_process_host.cc
+++ b/chrome/browser/renderer_host/browser_render_process_host.cc
@@ -622,7 +622,8 @@ void BrowserRenderProcessHost::SendUserScriptsUpdate(
}
if (base::SharedMemory::IsHandleValid(handle_for_process)) {
- Send(new ViewMsg_UserScripts_UpdatedScripts(handle_for_process));
+ Send(new ViewMsg_UserScripts_UpdatedScripts(handle_for_process,
+ profile()->IsOffTheRecord()));
}
}
« no previous file with comments | « chrome/browser/profile.cc ('k') | chrome/browser/views/browser_actions_container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698