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

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

Issue 2866026: Rename Dns prefetching files to Predictor files... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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/autocomplete/autocomplete_edit.cc ('k') | chrome/browser/browser_init.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/browser_about_handler.h" 5 #include "chrome/browser/browser_about_handler.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 12 matching lines...) Expand all
23 #include "base/tracked_objects.h" 23 #include "base/tracked_objects.h"
24 #include "chrome/app/chrome_version_info.h" 24 #include "chrome/app/chrome_version_info.h"
25 #include "chrome/browser/browser.h" 25 #include "chrome/browser/browser.h"
26 #include "chrome/browser/browser_process.h" 26 #include "chrome/browser/browser_process.h"
27 #include "chrome/browser/chrome_thread.h" 27 #include "chrome/browser/chrome_thread.h"
28 #include "chrome/browser/defaults.h" 28 #include "chrome/browser/defaults.h"
29 #include "chrome/browser/dom_ui/chrome_url_data_manager.h" 29 #include "chrome/browser/dom_ui/chrome_url_data_manager.h"
30 #include "chrome/browser/google_service_auth_error.h" 30 #include "chrome/browser/google_service_auth_error.h"
31 #include "chrome/browser/memory_details.h" 31 #include "chrome/browser/memory_details.h"
32 #include "chrome/browser/metrics/histogram_synchronizer.h" 32 #include "chrome/browser/metrics/histogram_synchronizer.h"
33 #include "chrome/browser/net/dns_global.h" 33 #include "chrome/browser/net/predictor_api.h"
34 #include "chrome/browser/platform_util.h" 34 #include "chrome/browser/platform_util.h"
35 #include "chrome/browser/pref_service.h" 35 #include "chrome/browser/pref_service.h"
36 #include "chrome/browser/profile.h" 36 #include "chrome/browser/profile.h"
37 #include "chrome/browser/profile_manager.h" 37 #include "chrome/browser/profile_manager.h"
38 #include "chrome/browser/renderer_host/render_process_host.h" 38 #include "chrome/browser/renderer_host/render_process_host.h"
39 #include "chrome/browser/renderer_host/render_view_host.h" 39 #include "chrome/browser/renderer_host/render_view_host.h"
40 #include "chrome/browser/sync/profile_sync_service.h" 40 #include "chrome/browser/sync/profile_sync_service.h"
41 #include "chrome/common/about_handler.h" 41 #include "chrome/common/about_handler.h"
42 #include "chrome/common/chrome_paths.h" 42 #include "chrome/common/chrome_paths.h"
43 #include "chrome/common/jstemplate_builder.h" 43 #include "chrome/common/jstemplate_builder.h"
(...skipping 999 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 // Run the dialog. This will re-use the existing one if it's already up. 1043 // Run the dialog. This will re-use the existing one if it's already up.
1044 AboutIPCDialog::RunDialog(); 1044 AboutIPCDialog::RunDialog();
1045 return true; 1045 return true;
1046 } 1046 }
1047 #endif 1047 #endif
1048 1048
1049 #endif // OFFICIAL_BUILD 1049 #endif // OFFICIAL_BUILD
1050 1050
1051 return false; 1051 return false;
1052 } 1052 }
OLDNEW
« no previous file with comments | « chrome/browser/autocomplete/autocomplete_edit.cc ('k') | chrome/browser/browser_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698