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

Side by Side Diff: chrome/browser/ui/toolbar/toolbar_model.h

Issue 5544002: Move a bunch more browser stuff around.... (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_TOOLBAR_MODEL_H__ 5 #ifndef CHROME_BROWSER_UI_TOOLBAR_TOOLBAR_MODEL_H_
6 #define CHROME_BROWSER_TOOLBAR_MODEL_H__ 6 #define CHROME_BROWSER_UI_TOOLBAR_TOOLBAR_MODEL_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 12
13 class Browser; 13 class Browser;
14 class NavigationController; 14 class NavigationController;
15 15
16 // This class is the model used by the toolbar, location bar and autocomplete 16 // This class is the model used by the toolbar, location bar and autocomplete
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 NavigationController* GetNavigationController() const; 61 NavigationController* GetNavigationController() const;
62 62
63 Browser* browser_; 63 Browser* browser_;
64 64
65 // Whether the text in the location bar is currently being edited. 65 // Whether the text in the location bar is currently being edited.
66 bool input_in_progress_; 66 bool input_in_progress_;
67 67
68 DISALLOW_IMPLICIT_CONSTRUCTORS(ToolbarModel); 68 DISALLOW_IMPLICIT_CONSTRUCTORS(ToolbarModel);
69 }; 69 };
70 70
71 #endif // CHROME_BROWSER_TOOLBAR_MODEL_H__ 71 #endif // CHROME_BROWSER_UI_TOOLBAR_TOOLBAR_MODEL_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/toolbar/encoding_menu_controller_unittest.cc ('k') | chrome/browser/ui/toolbar/toolbar_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698