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

Unified Diff: chrome/common/render_messages.h

Issue 2531133002: Convert SetIsIncognitoProcess to use mojo. (Closed)
Patch Set: Convert SetIsIncognitoProcess to use mojo. Created 4 years 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/common/BUILD.gn ('k') | chrome/common/renderer_configuration.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index bee6e78f2868ea212e8f88914d5abd871a275031..c706bed983728f6d8ccf97aa999d0153b338a0a7 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -252,11 +252,6 @@ IPC_MESSAGE_ROUTED2(ChromeViewMsg_ChromeIdentityCheckResult,
base::string16 /* identity */,
bool /* identity_match */)
-// Sent on process startup to indicate whether this process is running in
-// incognito mode.
-IPC_MESSAGE_CONTROL1(ChromeViewMsg_SetIsIncognitoProcess,
- bool /* is_incognito_processs */)
-
// Sent in response to FrameHostMsg_DidBlockRunningInsecureContent.
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetAllowRunningInsecureContent,
bool /* allowed */)
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/renderer_configuration.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698