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

Unified Diff: chrome/browser/ui/search_engines/search_engine_tab_helper.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/ui/search_engines/search_engine_tab_helper.h
===================================================================
--- chrome/browser/ui/search_engines/search_engine_tab_helper.h (revision 79639)
+++ chrome/browser/ui/search_engines/search_engine_tab_helper.h (working copy)
@@ -8,11 +8,11 @@
#include "chrome/browser/ui/find_bar/find_bar_controller.h"
#include "chrome/browser/ui/find_bar/find_notification_details.h"
+#include "chrome/common/search_provider.h"
#include "content/browser/tab_contents/tab_contents_observer.h"
class SearchEngineTabHelperDelegate;
class TabContentsWrapper;
-struct ViewHostMsg_PageHasOSDD_Type;
// Per-tab search engine manager. Handles dealing search engine processing
// functionality.
@@ -34,7 +34,7 @@
// Handles when a page specifies an OSDD (OpenSearch Description Document).
void OnPageHasOSDD(int32 page_id,
const GURL& doc_url,
- const ViewHostMsg_PageHasOSDD_Type& msg_provider_type);
+ const search_provider::OSDDType& msg_provider_type);
// If params has a searchable form, this tries to create a new keyword.
void GenerateKeywordIfNecessary(

Powered by Google App Engine
This is Rietveld 408576698