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

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

Issue 6683066: Remove render_messages_params files since they're not needed anymore. I moved the search provide... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 9 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_state_message_filter.h
===================================================================
--- chrome/browser/search_engines/search_provider_install_state_message_filter.h (revision 79639)
+++ chrome/browser/search_engines/search_provider_install_state_message_filter.h (working copy)
@@ -6,11 +6,11 @@
#define CHROME_BROWSER_SEARCH_ENGINES_SEARCH_PROVIDER_INSTALL_STATE_MESSAGE_FILTER_H_
#include "chrome/browser/search_engines/search_provider_install_data.h"
+#include "chrome/common/search_provider.h"
#include "content/browser/browser_message_filter.h"
class GURL;
class Profile;
-struct ViewHostMsg_GetSearchProviderInstallState_Params;
// Handles messages regarding search provider install state on the I/O thread.
class SearchProviderInstallStateMessageFilter : public BrowserMessageFilter {
@@ -26,9 +26,9 @@
private:
// Figures out the install state for the search provider.
- ViewHostMsg_GetSearchProviderInstallState_Params
- GetSearchProviderInstallState(const GURL& page_location,
- const GURL& requested_host);
+ search_provider::InstallState GetSearchProviderInstallState(
+ const GURL& page_location,
+ const GURL& requested_host);
// Starts handling the message requesting the search provider install state.
void OnMsgGetSearchProviderInstallState(const GURL& page_location,

Powered by Google App Engine
This is Rietveld 408576698