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

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

Issue 2122903002: Move search-related files from chrome/common to chrome/common/search (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move search-related files Created 4 years, 5 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
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_UI_SEARCH_INSTANT_CONTROLLER_H_ 5 #ifndef CHROME_BROWSER_UI_SEARCH_INSTANT_CONTROLLER_H_
6 #define CHROME_BROWSER_UI_SEARCH_INSTANT_CONTROLLER_H_ 6 #define CHROME_BROWSER_UI_SEARCH_INSTANT_CONTROLLER_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <list> 10 #include <list>
11 #include <memory> 11 #include <memory>
12 #include <string> 12 #include <string>
13 #include <utility> 13 #include <utility>
14 #include <vector> 14 #include <vector>
15 15
16 #include "base/gtest_prod_util.h" 16 #include "base/gtest_prod_util.h"
17 #include "base/macros.h" 17 #include "base/macros.h"
18 #include "base/strings/string16.h" 18 #include "base/strings/string16.h"
19 #include "chrome/browser/ui/search/instant_page.h" 19 #include "chrome/browser/ui/search/instant_page.h"
20 #include "chrome/common/search_types.h" 20 #include "chrome/common/search/search_types.h"
21 #include "ui/gfx/native_widget_types.h" 21 #include "ui/gfx/native_widget_types.h"
22 22
23 class BrowserInstantController; 23 class BrowserInstantController;
24 class GURL; 24 class GURL;
25 class InstantService; 25 class InstantService;
26 class InstantTab; 26 class InstantTab;
27 class Profile; 27 class Profile;
28 struct EmbeddedSearchRequestParams; 28 struct EmbeddedSearchRequestParams;
29 29
30 namespace content { 30 namespace content {
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 // The search model mode for the active tab. 146 // The search model mode for the active tab.
147 SearchMode search_mode_; 147 SearchMode search_mode_;
148 148
149 // List of events and their timestamps, useful in debugging Instant behaviour. 149 // List of events and their timestamps, useful in debugging Instant behaviour.
150 mutable std::list<std::pair<int64_t, std::string>> debug_events_; 150 mutable std::list<std::pair<int64_t, std::string>> debug_events_;
151 151
152 DISALLOW_COPY_AND_ASSIGN(InstantController); 152 DISALLOW_COPY_AND_ASSIGN(InstantController);
153 }; 153 };
154 154
155 #endif // CHROME_BROWSER_UI_SEARCH_INSTANT_CONTROLLER_H_ 155 #endif // CHROME_BROWSER_UI_SEARCH_INSTANT_CONTROLLER_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/omnibox/chrome_omnibox_client.cc ('k') | chrome/browser/ui/search/instant_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698