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

Side by Side Diff: chrome/browser/search/search.h

Issue 1548133002: Switch to standard integer types in chrome/browser/, part 3 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/search/most_visited_iframe_source.h ('k') | chrome/browser/search/search.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_SEARCH_SEARCH_H_ 5 #ifndef CHROME_BROWSER_SEARCH_SEARCH_H_
6 #define CHROME_BROWSER_SEARCH_SEARCH_H_ 6 #define CHROME_BROWSER_SEARCH_SEARCH_H_
7 7
8 #include <string> 8 #include <string>
9 #include <utility> 9 #include <utility>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/basictypes.h"
13 #include "base/strings/string16.h" 12 #include "base/strings/string16.h"
14 #include "chrome/browser/ui/search/search_model.h" 13 #include "chrome/browser/ui/search/search_model.h"
15 14
16 class GURL; 15 class GURL;
17 class Profile; 16 class Profile;
18 class TemplateURL; 17 class TemplateURL;
19 class TemplateURLRef; 18 class TemplateURLRef;
20 19
21 namespace content { 20 namespace content {
22 class BrowserContext; 21 class BrowserContext;
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 191
193 // Returns true if 'use_search_path_for_instant' flag is set to true in field 192 // Returns true if 'use_search_path_for_instant' flag is set to true in field
194 // trials to use an '/search' path in an alternate Instant search base page URL 193 // trials to use an '/search' path in an alternate Instant search base page URL
195 // for prefetching search results. This allows experimentation of Instant 194 // for prefetching search results. This allows experimentation of Instant
196 // search. 195 // search.
197 bool ShouldUseSearchPathForInstant(); 196 bool ShouldUseSearchPathForInstant();
198 197
199 } // namespace search 198 } // namespace search
200 199
201 #endif // CHROME_BROWSER_SEARCH_SEARCH_H_ 200 #endif // CHROME_BROWSER_SEARCH_SEARCH_H_
OLDNEW
« no previous file with comments | « chrome/browser/search/most_visited_iframe_source.h ('k') | chrome/browser/search/search.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698