Chromium Code Reviews| Index: chrome/browser/ui/webui/settings/settings_manage_profile_handler.h |
| diff --git a/chrome/browser/ui/webui/settings/settings_manage_profile_handler.h b/chrome/browser/ui/webui/settings/settings_manage_profile_handler.h |
| index ba4e3d50adb89f71da52993bc5a08159ce7db186..0058fdaa069e8f2c7b1f1e2cebcc8f0995508fef 100644 |
| --- a/chrome/browser/ui/webui/settings/settings_manage_profile_handler.h |
| +++ b/chrome/browser/ui/webui/settings/settings_manage_profile_handler.h |
| @@ -30,11 +30,14 @@ class ManageProfileHandler : public settings::SettingsPageUIHandler, |
| // settings::SettingsPageUIHandler: |
| void RegisterMessages() override; |
| + void OnJavascriptAllowed() override; |
| + void OnJavascriptDisallowed() override; |
| // ProfileAttributesStorage::Observer: |
| void OnProfileAvatarChanged(const base::FilePath& profile_path) override; |
| private: |
| + friend class ManageProfileHandlerTest; |
|
Dan Beam
2016/05/19 03:36:54
you don't need this if you just raise access to pu
tommycli
2016/05/19 19:27:15
Done.
|
| FRIEND_TEST_ALL_PREFIXES(ManageProfileHandlerTest, |
| HandleSetProfileIconAndName); |
| FRIEND_TEST_ALL_PREFIXES(ManageProfileHandlerTest, HandleGetAvailableIcons); |