Index: chrome/browser/extensions/extension_util.h |
diff --git a/chrome/browser/extensions/extension_util.h b/chrome/browser/extensions/extension_util.h |
index 7b2c19e1bfddd8a7ae1303d3c9d1eef325c71866..3a5354977d3fdb47e06afeb6908167727494d9cd 100644 |
--- a/chrome/browser/extensions/extension_util.h |
+++ b/chrome/browser/extensions/extension_util.h |
@@ -69,6 +69,9 @@ bool IsAppLaunchable(const std::string& extension_id, |
bool IsAppLaunchableWithoutEnabling(const std::string& extension_id, |
content::BrowserContext* context); |
+// Returns true if |app| should be synced. |
+bool ShouldSyncApp(const Extension* app, content::BrowserContext* context); |
+ |
// Returns true if |extension_id| is idle and it is safe to perform actions such |
// as updating. |
bool IsExtensionIdle(const std::string& extension_id, |