Searched defs:ProfileResetGlobalError (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_reset_global_error.h20 class ProfileResetGlobalError class in inherits:GlobalError,base::SupportsWeakPtr
22 public base::SupportsWeakPtr<ProfileResetGlobalError> {
24 explicit ProfileResetGlobalError(Profile* profile);
25 virtual ~ProfileResetGlobalError();
69 DISALLOW_COPY_AND_ASSIGN(ProfileResetGlobalError);
H A Dprofile_reset_global_error.cc39 // ProfileResetGlobalError ---------------------------------------------------
41 ProfileResetGlobalError::ProfileResetGlobalError(Profile* profile) function in class:ProfileResetGlobalError
49 ProfileResetGlobalError::~ProfileResetGlobalError() {
55 bool ProfileResetGlobalError::IsSupportedOnPlatform() {
59 bool ProfileResetGlobalError::HasMenuItem() { return true; }
61 int ProfileResetGlobalError::MenuItemCommandID() {
65 base::string16 ProfileResetGlobalError::MenuItemLabel() {
71 void ProfileResetGlobalError
[all...]

Completed in 850 milliseconds