Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / bookmarks / enhanced_bookmarks_features.h
index e7e4440..3a178d3 100644 (file)
@@ -9,12 +9,14 @@
 
 #include "extensions/common/extension.h"
 
-// If user not in Finch experiment then check if extension was installed
-// manually and then opt-in user into experiment.
-// Returns true if user was opt-in.
-bool OptInIntoBookmarksExperimentIfHasExtension(
+// Returns true if Enhanced bookmarks extension is installed
+bool IsBookmarksExtensionInstalled(
     const extensions::ExtensionIdSet& extension_ids);
 
+// If user not in Finch experiment then opt-in user into experiment.
+// Returns true if user was opt-in.
+bool OptInIntoBookmarksExperiment();
+
 // Returns true if enhanced bookmarks experiment is enabled.
 bool IsEnhancedBookmarksExperimentEnabled();
 
@@ -25,6 +27,6 @@ bool IsEnableDomDistillerSet();
 bool IsEnableSyncArticlesSet();
 
 // Get extension id from Finch EnhancedBookmarks group parameters.
-std::string GetEnhancedBookmarksExtensionId();
+std::string GetEnhancedBookmarksExtensionIdFromFinch();
 
 #endif  // CHROME_BROWSER_BOOKMARKS_ENHANCED_BOOKMARKS_FEATURES_H_