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

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

Issue 434046: Support for chrome.experimental.popup API in ExternalTabContainer views (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years 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/dom_ui/dom_ui.h
===================================================================
--- chrome/browser/dom_ui/dom_ui.h (revision 34039)
+++ chrome/browser/dom_ui/dom_ui.h (working copy)
@@ -111,7 +111,7 @@
ThemeProvider* GetThemeProvider() const;
- TabContents* tab_contents() { return tab_contents_; }
+ TabContents* tab_contents() const { return tab_contents_; }
Profile* GetProfile();

Powered by Google App Engine
This is Rietveld 408576698