summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.h
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-27 21:43:53 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-27 21:43:53 +0000
commit982921f1ba1f442e8b4ccd04093a5c6bd796c2fb (patch)
tree3f816852334bd7789121c991408b775f09125e0d /chrome/browser/browser.h
parent7cd2afd1788641996735e7742aff93029bb112b9 (diff)
downloadchromium_src-982921f1ba1f442e8b4ccd04093a5c6bd796c2fb.zip
chromium_src-982921f1ba1f442e8b4ccd04093a5c6bd796c2fb.tar.gz
chromium_src-982921f1ba1f442e8b4ccd04093a5c6bd796c2fb.tar.bz2
Take 2 at this. The only change between this and the first is to add the GetType message to the end of the list and to keep the old message for
creating a new browser as well as adding one that takes the type. To change the params of the message requires updating the reference build. That's best done on a weekend when I'm bored. Makes session restore on Chrome OS restore popups. BUG=18862 TEST=none Review URL: http://codereview.chromium.org/329040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30255 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.h')
-rw-r--r--chrome/browser/browser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h
index dc465e8..73852e1 100644
--- a/chrome/browser/browser.h
+++ b/chrome/browser/browser.h
@@ -44,6 +44,9 @@ class Browser : public TabStripModelDelegate,
public NotificationObserver,
public SelectFileDialog::Listener {
public:
+ // If you change the values in this enum you'll need to update browser_proxy.
+ // TODO(sky): move into a common place that is referenced by both ui_tests
+ // and chrome.
enum Type {
TYPE_NORMAL = 0,
TYPE_POPUP = 1,