Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4786)

Unified Diff: chrome/browser/chromeos/accessibility/accessibility_extension_loader.h

Issue 2422983004: Reload ChromeVox panel when reloading ChromeVox into a new profile. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/accessibility/accessibility_extension_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/accessibility/accessibility_extension_loader.h
diff --git a/chrome/browser/chromeos/accessibility/accessibility_extension_loader.h b/chrome/browser/chromeos/accessibility/accessibility_extension_loader.h
index 58d8134a4921d0b5879cc33631ee2cbd12b7975e..34d30edbbf7331486cc4055b7ef1be32fedd0e7e 100644
--- a/chrome/browser/chromeos/accessibility/accessibility_extension_loader.h
+++ b/chrome/browser/chromeos/accessibility/accessibility_extension_loader.h
@@ -25,7 +25,7 @@ class AccessibilityExtensionLoader {
const base::Closure& unload_callback);
~AccessibilityExtensionLoader();
- void SetProfile(Profile* profile);
+ void SetProfile(Profile* profile, const base::Closure& done_callback);
void Load(Profile* profile,
const std::string& init_script_str,
const base::Closure& done_cb);
« no previous file with comments | « no previous file | chrome/browser/chromeos/accessibility/accessibility_extension_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698