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

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

Issue 9133023: Fix default apps losing the "bookmark app" bit once they get updated. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix from_webstore Created 8 years, 11 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/external_extension_provider_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/external_extension_provider_interface.h
diff --git a/chrome/browser/extensions/external_extension_provider_interface.h b/chrome/browser/extensions/external_extension_provider_interface.h
index 03951eccfe89e014e7b8620b064c232c1b1e5211..b4749b902f7ad94e91cf1c2fa4c02e4bc1d9fc03 100644
--- a/chrome/browser/extensions/external_extension_provider_interface.h
+++ b/chrome/browser/extensions/external_extension_provider_interface.h
@@ -80,6 +80,10 @@ class ExternalExtensionProviderInterface {
// Determines if this provider had loaded the list of external extensions
// from its source.
virtual bool IsReady() const = 0;
+
+ // The creation flags that the provider passes to
+ // OnExternalExtensionFileFound.
+ virtual int creation_flags() const = 0;
Aaron Boodman 2012/01/15 06:09:18 Virtual methods should not ever use unix_hacker st
Mihai Parparita -not on Chrome 2012/01/17 17:22:55 Done.
};
typedef std::vector<linked_ptr<ExternalExtensionProviderInterface> >
« no previous file with comments | « chrome/browser/extensions/external_extension_provider_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698