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

Unified Diff: chrome/common/render_messages.h

Issue 10826107: Add an IPC for PNaCl to check if the session is incognito, before deciding (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bump buffer size Created 8 years, 5 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/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 41f6110ad24220d8f6de74bee92012a998f64807..66b2704bcdcd5e3c3665551a2790691207764cff 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -590,6 +590,11 @@ IPC_SYNC_MESSAGE_ROUTED1_1(ChromeViewHostMsg_CanTriggerClipboardWrite,
GURL /* origin */,
bool /* allowed */)
+// Send by the renderer to check if the current tab is off the record.
sehr (please use chromium) 2012/08/02 22:37:49 s/Send/Sent/
jvoung - send to chromium... 2012/08/02 22:44:29 Done. (code removed)
+IPC_SYNC_MESSAGE_CONTROL0_1(ChromeViewHostMsg_IsOffTheRecord,
+ bool /* is_off_the_record */)
+
+
// Sent when the renderer was prevented from displaying insecure content in
// a secure page by a security policy. The page may appear incomplete.
IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_DidBlockDisplayingInsecureContent)

Powered by Google App Engine
This is Rietveld 408576698