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

Unified Diff: chrome/common/extensions/extension.h

Issue 9340007: Make the Chrome Web Store Icon Syncable (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Better detection of what apps need ordinals Created 8 years, 10 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/common/extensions/extension.h
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
index a2ee6e20bbb7f7a85ba9f190fd0de8a1fd5427d7..7bd51eb7f5b94ca48dbb68d60808cd9ada0f4b72 100644
--- a/chrome/common/extensions/extension.h
+++ b/chrome/common/extensions/extension.h
@@ -500,6 +500,12 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
// Returns the sync bucket to use for this extension.
SyncType GetSyncType() const;
+ // Returns true if the extension should be synced.
+ bool IsSyncable() const;
+
+ // Returns true if the extension should be displayed in the launcher.
+ bool ShouldDisplayInLauncher() const;
+
// Accessors:
const FilePath& path() const { return path_; }

Powered by Google App Engine
This is Rietveld 408576698