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

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 more 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.
+IPC_SYNC_MESSAGE_CONTROL0_1(ChromeViewHostMsg_IsOffTheRecord,
+ bool /* is_off_the_record */)
+
brettw 2012/08/02 19:50:47 Got extra blank line.
jvoung (off chromium) 2012/08/02 22:26:08 Removed.
+
// 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