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

Side by Side Diff: chrome/browser/ui/webui/history_ui.h

Issue 10958031: Move cancelable_request.cc/h to chrome/browser/common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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_WEBUI_HISTORY_UI_H_ 5 #ifndef CHROME_BROWSER_UI_WEBUI_HISTORY_UI_H_
6 #define CHROME_BROWSER_UI_WEBUI_HISTORY_UI_H_ 6 #define CHROME_BROWSER_UI_WEBUI_HISTORY_UI_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/string16.h" 10 #include "base/string16.h"
11 #include "chrome/browser/cancelable_request.h" 11 #include "chrome/browser/common/cancelable_request.h"
12 #include "chrome/browser/history/history.h" 12 #include "chrome/browser/history/history.h"
13 #include "chrome/browser/ui/webui/chrome_url_data_manager.h" 13 #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
14 #include "content/public/browser/notification_registrar.h" 14 #include "content/public/browser/notification_registrar.h"
15 #include "content/public/browser/web_ui_controller.h" 15 #include "content/public/browser/web_ui_controller.h"
16 #include "content/public/browser/web_ui_message_handler.h" 16 #include "content/public/browser/web_ui_message_handler.h"
17 #include "ui/base/layout.h" 17 #include "ui/base/layout.h"
18 18
19 // The handler for Javascript messages related to the "history" view. 19 // The handler for Javascript messages related to the "history" view.
20 class BrowsingHistoryHandler : public content::WebUIMessageHandler, 20 class BrowsingHistoryHandler : public content::WebUIMessageHandler,
21 public content::NotificationObserver { 21 public content::NotificationObserver {
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 static const GURL GetHistoryURLWithSearchText(const string16& text); 87 static const GURL GetHistoryURLWithSearchText(const string16& text);
88 88
89 static base::RefCountedMemory* GetFaviconResourceBytes( 89 static base::RefCountedMemory* GetFaviconResourceBytes(
90 ui::ScaleFactor scale_factor); 90 ui::ScaleFactor scale_factor);
91 91
92 private: 92 private:
93 DISALLOW_COPY_AND_ASSIGN(HistoryUI); 93 DISALLOW_COPY_AND_ASSIGN(HistoryUI);
94 }; 94 };
95 95
96 #endif // CHROME_BROWSER_UI_WEBUI_HISTORY_UI_H_ 96 #endif // CHROME_BROWSER_UI_WEBUI_HISTORY_UI_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings.h ('k') | chrome/browser/ui/webui/ntp/android/bookmarks_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698