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

Unified Diff: chrome/browser/search/hotword_service.h

Issue 647083003: Reinstall the hotword shared module on a lanuage change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split common extension condition into function. Created 6 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 | « chrome/browser/extensions/extension_service_test_base.h ('k') | chrome/browser/search/hotword_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search/hotword_service.h
diff --git a/chrome/browser/search/hotword_service.h b/chrome/browser/search/hotword_service.h
index d856c099036787ce4398938adb70bce6ff18c985..b2b2188c9e1505725c9fbed6f158bc5d86e266bb 100644
--- a/chrome/browser/search/hotword_service.h
+++ b/chrome/browser/search/hotword_service.h
@@ -126,6 +126,9 @@ class HotwordService : public content::NotificationObserver,
virtual LaunchMode GetHotwordAudioVerificationLaunchMode();
private:
+ // Returns the ID of the extension that may need to be reinstalled.
+ std::string ReinstalledExtensionId();
+
Profile* profile_;
PrefChangeRegistrar pref_registrar_;
« no previous file with comments | « chrome/browser/extensions/extension_service_test_base.h ('k') | chrome/browser/search/hotword_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698