Index: chrome/browser/app_mode/app_mode_utils.h |
diff --git a/chrome/browser/app_mode/app_mode_utils.h b/chrome/browser/app_mode/app_mode_utils.h |
index 1fe9605a31545b36c80dd586cdfe72120fff652a..487b45400d44abee3f1a5a64f20820f23f5c8d3a 100644 |
--- a/chrome/browser/app_mode/app_mode_utils.h |
+++ b/chrome/browser/app_mode/app_mode_utils.h |
@@ -7,9 +7,15 @@ |
namespace chrome { |
-// Return true if browser process is run in kiosk or forces app mode. |
+// Returns true if the given browser command is allowed in app mode. |
+bool IsCommandAllowedInAppMode(int command_id); |
+ |
+// Return true if browser process is run in kiosk or forced app mode. |
bool IsRunningInAppMode(); |
+// Return true if browser process is run in forced app mode. |
+bool IsRunningInForcedAppMode(); |
+ |
} // namespace switches |
#endif // CHROME_BROWSER_APP_MODE_APP_MODE_UTILS_H_ |