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

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: made destructor private 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..fad21dd8bb8d12c7b6cf95a72554b3495d130630 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);
// ExternalProvider implementation:
virtual void ServiceShutdown() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698