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

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

Issue 3945002: Move debug-related stuff from base to the base/debug directory and use the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 2 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
« no previous file with comments | « chrome/browser/browser_main_gtk.cc ('k') | chrome/browser/io_thread.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 (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 #include "chrome/browser/external_tab_container_win.h" 5 #include "chrome/browser/external_tab_container_win.h"
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "app/l10n_util.h" 9 #include "app/l10n_util.h"
10 #include "base/debug/trace_event.h"
10 #include "base/i18n/rtl.h" 11 #include "base/i18n/rtl.h"
11 #include "base/logging.h" 12 #include "base/logging.h"
12 #include "base/trace_event.h"
13 #include "base/win_util.h" 13 #include "base/win_util.h"
14 #include "chrome/app/chrome_dll_resource.h" 14 #include "chrome/app/chrome_dll_resource.h"
15 #include "chrome/browser/automation/automation_provider.h" 15 #include "chrome/browser/automation/automation_provider.h"
16 #include "chrome/browser/automation/automation_extension_function.h" 16 #include "chrome/browser/automation/automation_extension_function.h"
17 #include "chrome/browser/browser_window.h" 17 #include "chrome/browser/browser_window.h"
18 #include "chrome/browser/debugger/devtools_manager.h" 18 #include "chrome/browser/debugger/devtools_manager.h"
19 #include "chrome/browser/debugger/devtools_toggle_action.h" 19 #include "chrome/browser/debugger/devtools_toggle_action.h"
20 #include "chrome/browser/history/history_types.h" 20 #include "chrome/browser/history/history_types.h"
21 #include "chrome/browser/load_notification_details.h" 21 #include "chrome/browser/load_notification_details.h"
22 #include "chrome/browser/page_info_window.h" 22 #include "chrome/browser/page_info_window.h"
(...skipping 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 1103
1104 if (disposition == CURRENT_TAB) { 1104 if (disposition == CURRENT_TAB) {
1105 DCHECK(route_all_top_level_navigations_); 1105 DCHECK(route_all_top_level_navigations_);
1106 disposition = NEW_FOREGROUND_TAB; 1106 disposition = NEW_FOREGROUND_TAB;
1107 } 1107 }
1108 ExternalTabContainer::OpenURLFromTab(source, url, referrer, disposition, 1108 ExternalTabContainer::OpenURLFromTab(source, url, referrer, disposition,
1109 transition); 1109 transition);
1110 // support only one navigation for a dummy tab before it is killed. 1110 // support only one navigation for a dummy tab before it is killed.
1111 ::DestroyWindow(GetNativeView()); 1111 ::DestroyWindow(GetNativeView());
1112 } 1112 }
OLDNEW
« no previous file with comments | « chrome/browser/browser_main_gtk.cc ('k') | chrome/browser/io_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698