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

Unified Diff: chrome/browser/browser.h

Issue 329040: Take 2 at this. The only change between this and the first is to add the GetT... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/automation/automation_provider.cc ('k') | chrome/browser/defaults.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.h
===================================================================
--- chrome/browser/browser.h (revision 30237)
+++ chrome/browser/browser.h (working copy)
@@ -44,6 +44,9 @@
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,
« no previous file with comments | « chrome/browser/automation/automation_provider.cc ('k') | chrome/browser/defaults.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698