diff options
Diffstat (limited to 'chrome/common/render_messages_internal.h')
-rw-r--r-- | chrome/common/render_messages_internal.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h index be0e220..1becc31 100644 --- a/chrome/common/render_messages_internal.h +++ b/chrome/common/render_messages_internal.h @@ -750,10 +750,11 @@ IPC_BEGIN_MESSAGES(View) std::vector<URLPattern> /* URLPatterns the extension can access */) // Tell the renderer process that the given extension is enabled or disabled - // for incognito mode. - IPC_MESSAGE_CONTROL2(ViewMsg_Extension_ExtensionSetIncognitoEnabled, + // for incognito mode, and what kind of incognito behavior it has. + IPC_MESSAGE_CONTROL3(ViewMsg_Extension_ExtensionSetIncognitoEnabled, std::string /* extension_id */, - bool /* enabled */) + bool /* enabled */, + bool /* incognito_split_mode */) // Tell the renderer process all known page action ids for a particular // extension. |