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

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

Issue 8245018: Remove race condition when installing default apps into a new profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Addressing review comments Created 9 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
Index: chrome/browser/extensions/external_extension_provider_impl.h
===================================================================
--- chrome/browser/extensions/external_extension_provider_impl.h (revision 106910)
+++ chrome/browser/extensions/external_extension_provider_impl.h (working copy)
@@ -69,9 +69,6 @@
static const char kExternalUpdateUrl[];
static const char kSupportedLocales[];
- protected:
- VisitorInterface* service() const { return service_; }
-
private:
// Location for external extensions that are provided by this provider from
// local crx files.
« no previous file with comments | « chrome/browser/extensions/default_apps.cc ('k') | chrome/browser/extensions/external_extension_provider_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698