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

Unified Diff: chrome/browser/ui/browser.h

Issue 9296040: mac: Always do history swiping on the NTP on lion devices with touchpad. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: disable swipes to the left as well Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 89151e2a18a4f72e791a045fc97eabe982fea353..a3643f94c91fc261b8bcc89151071d5c6554d7f7 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -514,6 +514,7 @@ class Browser : public TabHandlerDelegate,
void GoBack(WindowOpenDisposition disposition);
bool CanGoForward() const;
void GoForward(WindowOpenDisposition disposition);
+ bool IsOnNtp() const;
Robert Sesek 2012/01/30 17:13:18 Any reason this needs to be defined for all Browse
Nico 2012/01/30 17:59:22 I didn't realize GetSelectedWebContents() was publ
void Reload(WindowOpenDisposition disposition);
void ReloadIgnoringCache(WindowOpenDisposition disposition); // Shift-reload.
void Home(WindowOpenDisposition disposition);

Powered by Google App Engine
This is Rietveld 408576698