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

Side by Side Diff: chrome/browser/ui/cocoa/tab_contents/tab_contents_controller.h

Issue 6358008: [Mac] Organize some files into chrome/browser/ui/cocoa/tab_contents/.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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_COCOA_TAB_CONTENTS_CONTROLLER_H_ 5 #ifndef CHROME_BROWSER_UI_COCOA_TAB_CONTENTS_TAB_CONTENTS_CONTROLLER_H_
6 #define CHROME_BROWSER_UI_COCOA_TAB_CONTENTS_CONTROLLER_H_ 6 #define CHROME_BROWSER_UI_COCOA_TAB_CONTENTS_TAB_CONTENTS_CONTROLLER_H_
7 #pragma once 7 #pragma once
8 8
9 #include <Cocoa/Cocoa.h> 9 #include <Cocoa/Cocoa.h>
10 10
11 #include "base/scoped_ptr.h" 11 #include "base/scoped_ptr.h"
12 12
13 class TabContents; 13 class TabContents;
14 class TabContentsNotificationBridge; 14 class TabContentsNotificationBridge;
15 @class TabContentsController; 15 @class TabContentsController;
16 16
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 // enabled. 65 // enabled.
66 - (void)willBecomeSelectedTab; 66 - (void)willBecomeSelectedTab;
67 67
68 // Called when the tab contents is updated in some non-descript way (the 68 // Called when the tab contents is updated in some non-descript way (the
69 // notification from the model isn't specific). |updatedContents| could reflect 69 // notification from the model isn't specific). |updatedContents| could reflect
70 // an entirely new tab contents object. 70 // an entirely new tab contents object.
71 - (void)tabDidChange:(TabContents*)updatedContents; 71 - (void)tabDidChange:(TabContents*)updatedContents;
72 72
73 @end 73 @end
74 74
75 #endif // CHROME_BROWSER_UI_COCOA_TAB_CONTENTS_CONTROLLER_H_ 75 #endif // CHROME_BROWSER_UI_COCOA_TAB_CONTENTS_TAB_CONTENTS_CONTROLLER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698