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

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

Issue 18305: Move url_* to net subdir (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/browser_init.cc ('k') | chrome/browser/google_url_tracker.h » ('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) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 "build/build_config.h" 5 #include "build/build_config.h"
6 6
7 #include "base/command_line.h" 7 #include "base/command_line.h"
8 #include "chrome/common/main_function_params.h" 8 #include "chrome/common/main_function_params.h"
9 9
10 #if defined(OS_WIN) 10 #if defined(OS_WIN)
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 #include "chrome/browser/browser_trial.h" 46 #include "chrome/browser/browser_trial.h"
47 #include "chrome/browser/cert_store.h" 47 #include "chrome/browser/cert_store.h"
48 #include "chrome/browser/dom_ui/chrome_url_data_manager.h" 48 #include "chrome/browser/dom_ui/chrome_url_data_manager.h"
49 #include "chrome/browser/extensions/extension_protocols.h" 49 #include "chrome/browser/extensions/extension_protocols.h"
50 #include "chrome/browser/first_run.h" 50 #include "chrome/browser/first_run.h"
51 #include "chrome/browser/jankometer.h" 51 #include "chrome/browser/jankometer.h"
52 #include "chrome/browser/metrics/metrics_service.h" 52 #include "chrome/browser/metrics/metrics_service.h"
53 #include "chrome/browser/metrics/user_metrics.h" 53 #include "chrome/browser/metrics/user_metrics.h"
54 #include "chrome/browser/net/dns_global.h" 54 #include "chrome/browser/net/dns_global.h"
55 #include "chrome/browser/net/sdch_dictionary_fetcher.h" 55 #include "chrome/browser/net/sdch_dictionary_fetcher.h"
56 #include "chrome/browser/net/url_fixer_upper.h"
56 #include "chrome/browser/plugin_service.h" 57 #include "chrome/browser/plugin_service.h"
57 #include "chrome/browser/printing/print_job_manager.h" 58 #include "chrome/browser/printing/print_job_manager.h"
58 #include "chrome/browser/rlz/rlz.h" 59 #include "chrome/browser/rlz/rlz.h"
59 #include "chrome/browser/shell_integration.h" 60 #include "chrome/browser/shell_integration.h"
60 #include "chrome/browser/url_fixer_upper.h"
61 #include "chrome/browser/user_data_manager.h" 61 #include "chrome/browser/user_data_manager.h"
62 #include "chrome/browser/views/user_data_dir_dialog.h" 62 #include "chrome/browser/views/user_data_dir_dialog.h"
63 #include "chrome/common/chrome_constants.h" 63 #include "chrome/common/chrome_constants.h"
64 #include "chrome/common/chrome_paths.h" 64 #include "chrome/common/chrome_paths.h"
65 #include "chrome/common/chrome_switches.h" 65 #include "chrome/common/chrome_switches.h"
66 #include "chrome/common/env_vars.h" 66 #include "chrome/common/env_vars.h"
67 #include "chrome/common/jstemplate_builder.h" 67 #include "chrome/common/jstemplate_builder.h"
68 #include "chrome/common/l10n_util.h" 68 #include "chrome/common/l10n_util.h"
69 #include "chrome/common/resource_bundle.h" 69 #include "chrome/common/resource_bundle.h"
70 #include "chrome/common/pref_names.h" 70 #include "chrome/common/pref_names.h"
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 return StartPlatformMessageLoop(); 507 return StartPlatformMessageLoop();
508 } 508 }
509 509
510 #if defined(OS_LINUX) 510 #if defined(OS_LINUX)
511 void StartPlatformMessageLoop() { 511 void StartPlatformMessageLoop() {
512 return 0; 512 return 0;
513 } 513 }
514 #endif 514 #endif
515 515
516 #endif 516 #endif
OLDNEW
« no previous file with comments | « chrome/browser/browser_init.cc ('k') | chrome/browser/google_url_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698