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

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

Issue 8598031: views: Move widget/ directory to ui/views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reland for real Created 9 years, 1 month 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_EXTERNAL_TAB_CONTAINER_WIN_H_ 5 #ifndef CHROME_BROWSER_EXTERNAL_TAB_CONTAINER_WIN_H_
6 #define CHROME_BROWSER_EXTERNAL_TAB_CONTAINER_WIN_H_ 6 #define CHROME_BROWSER_EXTERNAL_TAB_CONTAINER_WIN_H_
7 #pragma once 7 #pragma once
8 8
9 #include <map> 9 #include <map>
10 #include <string> 10 #include <string>
11 #include <vector> 11 #include <vector>
12 12
13 #include "base/compiler_specific.h" 13 #include "base/compiler_specific.h"
14 #include "base/lazy_instance.h" 14 #include "base/lazy_instance.h"
15 #include "base/memory/scoped_ptr.h" 15 #include "base/memory/scoped_ptr.h"
16 #include "chrome/browser/automation/automation_resource_message_filter.h" 16 #include "chrome/browser/automation/automation_resource_message_filter.h"
17 #include "chrome/browser/infobars/infobar_container.h" 17 #include "chrome/browser/infobars/infobar_container.h"
18 #include "chrome/browser/net/chrome_url_request_context.h" 18 #include "chrome/browser/net/chrome_url_request_context.h"
19 #include "chrome/browser/ui/blocked_content/blocked_content_tab_helper_delegate. h" 19 #include "chrome/browser/ui/blocked_content/blocked_content_tab_helper_delegate. h"
20 #include "chrome/browser/ui/views/frame/browser_bubble_host.h" 20 #include "chrome/browser/ui/views/frame/browser_bubble_host.h"
21 #include "chrome/browser/ui/views/unhandled_keyboard_event_handler.h" 21 #include "chrome/browser/ui/views/unhandled_keyboard_event_handler.h"
22 #include "content/browser/tab_contents/tab_contents_delegate.h" 22 #include "content/browser/tab_contents/tab_contents_delegate.h"
23 #include "content/browser/tab_contents/tab_contents_observer.h" 23 #include "content/browser/tab_contents/tab_contents_observer.h"
24 #include "content/public/browser/navigation_types.h" 24 #include "content/public/browser/navigation_types.h"
25 #include "content/public/browser/notification_observer.h" 25 #include "content/public/browser/notification_observer.h"
26 #include "content/public/browser/notification_registrar.h" 26 #include "content/public/browser/notification_registrar.h"
27 #include "ui/base/models/accelerator.h" 27 #include "ui/base/models/accelerator.h"
28 #include "views/widget/native_widget_win.h" 28 #include "ui/views/widget/native_widget_win.h"
29 29
30 class AutomationProvider; 30 class AutomationProvider;
31 class Browser; 31 class Browser;
32 class Profile; 32 class Profile;
33 class TabContentsContainer; 33 class TabContentsContainer;
34 class TabContentsWrapper; 34 class TabContentsWrapper;
35 class RenderViewContextMenuViews; 35 class RenderViewContextMenuViews;
36 struct NavigationInfo; 36 struct NavigationInfo;
37 37
38 namespace ui { 38 namespace ui {
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 return false; 413 return false;
414 } 414 }
415 415
416 virtual void BeforeUnloadFired(TabContents* tab, bool proceed, 416 virtual void BeforeUnloadFired(TabContents* tab, bool proceed,
417 bool* proceed_to_fire_unload) { 417 bool* proceed_to_fire_unload) {
418 NOTREACHED(); 418 NOTREACHED();
419 } 419 }
420 }; 420 };
421 421
422 #endif // CHROME_BROWSER_EXTERNAL_TAB_CONTAINER_WIN_H_ 422 #endif // CHROME_BROWSER_EXTERNAL_TAB_CONTAINER_WIN_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_input_api.cc ('k') | chrome/browser/first_run/try_chrome_dialog_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698