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

Side by Side Diff: chrome/browser/ui/views/options/options_page_view.h

Issue 5582002: Move:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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) 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 #ifndef CHROME_BROWSER_UI_VIEWS_OPTIONS_OPTIONS_PAGE_VIEW_H__ 5 #ifndef CHROME_BROWSER_UI_VIEWS_OPTIONS_OPTIONS_PAGE_VIEW_H__
6 #define CHROME_BROWSER_UI_VIEWS_OPTIONS_OPTIONS_PAGE_VIEW_H__ 6 #define CHROME_BROWSER_UI_VIEWS_OPTIONS_OPTIONS_PAGE_VIEW_H__
7 #pragma once 7 #pragma once
8 8
9 #include "chrome/browser/options_page_base.h" 9 #include "chrome/browser/ui/options/options_page_base.h"
10 #include "views/controls/link.h" 10 #include "views/controls/link.h"
11 #include "views/controls/button/native_button.h" 11 #include "views/controls/button/native_button.h"
12 12
13 class PrefService; 13 class PrefService;
14 14
15 /////////////////////////////////////////////////////////////////////////////// 15 ///////////////////////////////////////////////////////////////////////////////
16 // OptionsPageView 16 // OptionsPageView
17 // 17 //
18 // A base class for Options dialog pages that handles ensuring control 18 // A base class for Options dialog pages that handles ensuring control
19 // initialization is done just once. 19 // initialization is done just once.
(...skipping 23 matching lines...) Expand all
43 virtual AccessibilityTypes::Role GetAccessibleRole(); 43 virtual AccessibilityTypes::Role GetAccessibleRole();
44 44
45 private: 45 private:
46 // Whether or not the control layout has been initialized for this page. 46 // Whether or not the control layout has been initialized for this page.
47 bool initialized_; 47 bool initialized_;
48 48
49 DISALLOW_COPY_AND_ASSIGN(OptionsPageView); 49 DISALLOW_COPY_AND_ASSIGN(OptionsPageView);
50 }; 50 };
51 51
52 #endif // CHROME_BROWSER_UI_VIEWS_OPTIONS_OPTIONS_PAGE_VIEW_H__ 52 #endif // CHROME_BROWSER_UI_VIEWS_OPTIONS_OPTIONS_PAGE_VIEW_H__
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/options/general_page_view.cc ('k') | chrome/browser/ui/views/options/options_window_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698