Index: chrome/browser/ui/app_list/google_now_extension.h |
diff --git a/chrome/browser/ui/app_list/google_now_extension.h b/chrome/browser/ui/app_list/google_now_extension.h |
index 9b2732b7924f40a921211cc5b9aa5bc09267ac6f..fca734206791e88c37ff9f28815be93ed278e517 100644 |
--- a/chrome/browser/ui/app_list/google_now_extension.h |
+++ b/chrome/browser/ui/app_list/google_now_extension.h |
@@ -7,8 +7,14 @@ |
#include <string> |
+class Profile; |
+ |
// Returns true and sets |extension_id| if extension experiment enabled |
// false if no experiment or |extension_id| is empty. |
bool GetGoogleNowExtensionId(std::string* extension_id); |
+// Migrates settings from the Now Notifications extension to the Now Launcher |
+// Page extension. |
+void MigrateGoogleNowPrefs(Profile* profile); |
+ |
#endif // CHROME_BROWSER_UI_APP_LIST_GOOGLE_NOW_EXTENSION_H_ |