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

Unified Diff: chrome/browser/extensions/external_provider_impl.h

Issue 10875065: Disable install of new default_apps for existing users (Closed) Base URL: http://git.chromium.org/git/chromium.git@disable_sync_behav
Patch Set: Moved the migration logic into the default_apps Provider Created 8 years, 4 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
Index: chrome/browser/extensions/external_provider_impl.h
diff --git a/chrome/browser/extensions/external_provider_impl.h b/chrome/browser/extensions/external_provider_impl.h
index 26384403c87e2e1901f949ab14549ac18eaf163c..8a6806d12dacd8b68bc58079df4a591b55fa6e34 100644
--- a/chrome/browser/extensions/external_provider_impl.h
+++ b/chrome/browser/extensions/external_provider_impl.h
@@ -52,7 +52,7 @@ class ExternalProviderImpl : public ExternalProviderInterface {
// Sets underlying prefs and notifies provider. Only to be called by the
// owned ExternalLoader instance.
- void SetPrefs(base::DictionaryValue* prefs);
+ virtual void SetPrefs(base::DictionaryValue* prefs) OVERRIDE;
// ExternalProvider implementation:
virtual void ServiceShutdown() OVERRIDE;
« chrome/browser/extensions/default_apps.cc ('K') | « chrome/browser/extensions/default_apps.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698