Chromium Code Reviews| 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..af4cce131525e671746c80060d4c8a89323e4de5 100644 |
| --- a/chrome/browser/ui/app_list/google_now_extension.h |
| +++ b/chrome/browser/ui/app_list/google_now_extension.h |
| @@ -7,8 +7,13 @@ |
| #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 component to the launcher page extension. |
|
robliao
2015/02/19 18:43:25
Let's call the now component the Now Notifications
skare_
2015/02/19 20:19:29
Done.
|
| +void MigrateGoogleNowPrefs(Profile* profile); |
| + |
| #endif // CHROME_BROWSER_UI_APP_LIST_GOOGLE_NOW_EXTENSION_H_ |