#include "chrome/browser/web_applications/isolated_web_apps/isolated_web_app_features.h"
#include "base/feature_list.h"
#include "chrome/browser/policy/developer_tools_policy_handler.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/common/chrome_features.h"
#include "components/policy/core/common/policy_pref_names.h"
#include "components/prefs/pref_service.h"
#include "content/public/browser/isolated_web_apps_policy.h"
namespace web_app {
namespace {
Availability;
}
bool IsIwaDevModeEnabled(Profile* profile) { … }
bool IsIwaUnmanagedInstallEnabled(Profile* profile) { … }
}