| Index: chrome/common/switch_utils.h
|
| diff --git a/chrome/common/switch_utils.h b/chrome/common/switch_utils.h
|
| index 83594d17d8bd5c3a508eb3d9e5312ac3f29b2bb6..fa7c7f4dabde84e8a2d15f70b51f8336b856ea90 100644
|
| --- a/chrome/common/switch_utils.h
|
| +++ b/chrome/common/switch_utils.h
|
| @@ -16,6 +16,9 @@ namespace switches {
|
| void RemoveSwitchesForAutostart(
|
| std::map<std::string, CommandLine::StringType>* switches);
|
|
|
| +// Return true if browser process is run in kiosk or forces app mode.
|
| +bool IsRunningInAppMode();
|
| +
|
| } // namespace switches
|
|
|
| #endif // CHROME_COMMON_SWITCH_UTILS_H_
|
|
|