| Index: chrome/common/extensions/extension.h
|
| ===================================================================
|
| --- chrome/common/extensions/extension.h (revision 97482)
|
| +++ chrome/common/extensions/extension.h (working copy)
|
| @@ -105,12 +105,6 @@
|
| TYPE_PACKAGED_APP
|
| };
|
|
|
| - enum SyncType {
|
| - SYNC_TYPE_NONE = 0,
|
| - SYNC_TYPE_EXTENSION,
|
| - SYNC_TYPE_APP
|
| - };
|
| -
|
| // An NPAPI plugin included in the extension.
|
| struct PluginInfo {
|
| FilePath path; // Path to the plugin.
|
| @@ -480,9 +474,6 @@
|
| // Returns true if this extension or app includes areas within |origin|.
|
| bool OverlapsWithOrigin(const GURL& origin) const;
|
|
|
| - // Returns the sync bucket to use for this extension.
|
| - SyncType GetSyncType() const;
|
| -
|
| // Accessors:
|
|
|
| const FilePath& path() const { return path_; }
|
|
|