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

Side by Side Diff: chrome/browser/views/first_run_bubble.cc

Issue 18263: Move search engines files into 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
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 "chrome/browser/views/first_run_bubble.h" 5 #include "chrome/browser/views/first_run_bubble.h"
6 6
7 #include "base/win_util.h" 7 #include "base/win_util.h"
8 #include "chrome/app/locales/locale_settings.h" 8 #include "chrome/app/locales/locale_settings.h"
9 #include "chrome/browser/browser.h" 9 #include "chrome/browser/browser.h"
10 #include "chrome/browser/browser_list.h" 10 #include "chrome/browser/browser_list.h"
11 #include "chrome/browser/browser_window.h" 11 #include "chrome/browser/browser_window.h"
12 #include "chrome/browser/options_window.h" 12 #include "chrome/browser/options_window.h"
13 #include "chrome/browser/template_url_model.h" 13 #include "chrome/browser/search_engines/template_url_model.h"
14 #include "chrome/browser/views/standard_layout.h" 14 #include "chrome/browser/views/standard_layout.h"
15 #include "chrome/common/l10n_util.h" 15 #include "chrome/common/l10n_util.h"
16 #include "chrome/common/resource_bundle.h" 16 #include "chrome/common/resource_bundle.h"
17 #include "chrome/views/event.h" 17 #include "chrome/views/event.h"
18 #include "chrome/views/label.h" 18 #include "chrome/views/label.h"
19 #include "chrome/views/native_button.h" 19 #include "chrome/views/native_button.h"
20 #include "chrome/views/window.h" 20 #include "chrome/views/window.h"
21 21
22 #include "chromium_strings.h" 22 #include "chromium_strings.h"
23 #include "generated_resources.h" 23 #include "generated_resources.h"
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 window->SetDelegate(window); 209 window->SetDelegate(window);
210 window->Init(parent_hwnd, position_relative_to, view); 210 window->Init(parent_hwnd, position_relative_to, view);
211 window->ShowWindow(SW_SHOW); 211 window->ShowWindow(SW_SHOW);
212 return window; 212 return window;
213 } 213 }
214 214
215 void FirstRunBubble::EnableParent() { 215 void FirstRunBubble::EnableParent() {
216 ::EnableWindow(GetParent(), true); 216 ::EnableWindow(GetParent(), true);
217 } 217 }
218 218
OLDNEW
« no previous file with comments | « chrome/browser/views/edit_keyword_controller.cc ('k') | chrome/browser/views/keyword_editor_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698