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

Side by Side Diff: chrome/browser/tabs/tab_strip_model.h

Issue 7767010: Another round of debugging code. This time to TabStripModel. It seems (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/tabs/tab_strip_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 (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_TABS_TAB_STRIP_MODEL_H_ 5 #ifndef CHROME_BROWSER_TABS_TAB_STRIP_MODEL_H_
6 #define CHROME_BROWSER_TABS_TAB_STRIP_MODEL_H_ 6 #define CHROME_BROWSER_TABS_TAB_STRIP_MODEL_H_
7 #pragma once 7 #pragma once
8 8
9 #include <vector> 9 #include <vector>
10 10
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 636
637 // Our observers. 637 // Our observers.
638 typedef ObserverList<TabStripModelObserver> TabStripModelObservers; 638 typedef ObserverList<TabStripModelObserver> TabStripModelObservers;
639 TabStripModelObservers observers_; 639 TabStripModelObservers observers_;
640 640
641 // A scoped container for notification registries. 641 // A scoped container for notification registries.
642 NotificationRegistrar registrar_; 642 NotificationRegistrar registrar_;
643 643
644 TabStripSelectionModel selection_model_; 644 TabStripSelectionModel selection_model_;
645 645
646 int32 magic_id_;
647
646 DISALLOW_IMPLICIT_CONSTRUCTORS(TabStripModel); 648 DISALLOW_IMPLICIT_CONSTRUCTORS(TabStripModel);
647 }; 649 };
648 650
649 #endif // CHROME_BROWSER_TABS_TAB_STRIP_MODEL_H_ 651 #endif // CHROME_BROWSER_TABS_TAB_STRIP_MODEL_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/tabs/tab_strip_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698