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

Unified Diff: chrome/browser/search_engines/search_provider_install_data.h

Issue 7558014: Add a URL param to indicate group selection in Instant field trial. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Thread safe handling of Profiles Created 9 years, 4 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/search_engines/search_provider_install_data.h
diff --git a/chrome/browser/search_engines/search_provider_install_data.h b/chrome/browser/search_engines/search_provider_install_data.h
index 191615c76a3209b18691f56260e556f7e06897b3..8f860e846f88732e41180d26740871c419f100e8 100644
--- a/chrome/browser/search_engines/search_provider_install_data.h
+++ b/chrome/browser/search_engines/search_provider_install_data.h
@@ -18,6 +18,7 @@
class GURL;
class NotificationSource;
+class Profile;
class SearchHostToURLsMap;
class Task;
class TemplateURL;
@@ -46,7 +47,8 @@ class SearchProviderInstallData : public WebDataServiceConsumer,
// that notification occurs. It doesn't matter.)
SearchProviderInstallData(WebDataService* web_service,
int ui_death_notification,
- const NotificationSource& ui_death_source);
+ const NotificationSource& ui_death_source,
+ Profile* profile);
virtual ~SearchProviderInstallData();
// Use to determine when the search provider information is loaded. The

Powered by Google App Engine
This is Rietveld 408576698