Home | History | Annotate | Download | only in error_console

Lines Matching defs:ErrorConsole

32 // The ErrorConsole is a central object to which all extension errors are
38 class ErrorConsole : public content::NotificationObserver,
51 explicit ErrorConsole(Profile* profile);
52 virtual ~ErrorConsole();
54 // Convenience method to return the ErrorConsole for a given profile.
55 static ErrorConsole* Get(Profile* profile);
83 // Add or remove observers of the ErrorConsole to be notified of any errors
88 // Returns whether or not the ErrorConsole is enabled for the
91 // TODO(rdevlin.cronin): These have different answers - ErrorConsole is
97 // Return whether or not the ErrorConsole is enabled.
110 // Checks whether or not the ErrorConsole should be enabled or disabled. If it
128 // installed or uninstalled, we may need to turn the ErrorConsole on/off.
161 // The list of all observers for the ErrorConsole.
170 // The profile with which the ErrorConsole is associated. Only collect errors
175 // The ExtensionPrefs with which the ErrorConsole is associated. This weak
176 // pointer is safe because ErrorConsole is owned by ExtensionSystem, which
186 DISALLOW_COPY_AND_ASSIGN(ErrorConsole);