Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: chrome/browser/ui/app_list/google_now_extension.h

Issue 938713004: Add Now setting and migration logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698