| 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_; }
|
|
|