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

Side by Side Diff: components/toolbar/test_toolbar_model.h

Issue 1634743003: Componentize TestToolbarModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp dependency Created 4 years, 10 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
« no previous file with comments | « components/toolbar/DEPS ('k') | components/toolbar/test_toolbar_model.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 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 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_TOOLBAR_TEST_TOOLBAR_MODEL_H_ 5 #ifndef COMPONENTS_TOOLBAR_TEST_TOOLBAR_MODEL_H_
6 #define CHROME_BROWSER_UI_TOOLBAR_TEST_TOOLBAR_MODEL_H_ 6 #define COMPONENTS_TOOLBAR_TEST_TOOLBAR_MODEL_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "base/strings/string16.h" 12 #include "base/strings/string16.h"
13 #include "components/toolbar/toolbar_model.h" 13 #include "components/toolbar/toolbar_model.h"
14 14
15 namespace gfx { 15 namespace gfx {
16 enum class VectorIconId; 16 enum class VectorIconId;
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 GURL url_; 58 GURL url_;
59 bool perform_search_term_replacement_; 59 bool perform_search_term_replacement_;
60 security_state::SecurityStateModel::SecurityLevel security_level_; 60 security_state::SecurityStateModel::SecurityLevel security_level_;
61 gfx::VectorIconId icon_; 61 gfx::VectorIconId icon_;
62 base::string16 ev_cert_name_; 62 base::string16 ev_cert_name_;
63 bool should_display_url_; 63 bool should_display_url_;
64 64
65 DISALLOW_COPY_AND_ASSIGN(TestToolbarModel); 65 DISALLOW_COPY_AND_ASSIGN(TestToolbarModel);
66 }; 66 };
67 67
68 #endif // CHROME_BROWSER_UI_TOOLBAR_TEST_TOOLBAR_MODEL_H_ 68 #endif // COMPONENTS_TOOLBAR_TEST_TOOLBAR_MODEL_H_
OLDNEW
« no previous file with comments | « components/toolbar/DEPS ('k') | components/toolbar/test_toolbar_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698