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

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

Issue 14985014: Introduce content::PageState (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comments to the top of page_state.h Created 7 years, 7 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_commands.h
diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h
index f78b9c35a5949d14945c8b385ac12a4c63bd7583..f144d8c7bcc7c85e245b7dd62a5d4827d2701738 100644
--- a/chrome/browser/ui/browser_commands.h
+++ b/chrome/browser/ui/browser_commands.h
@@ -19,6 +19,7 @@ class GURL;
class Profile;
namespace content {
+class PageState;
class WebContents;
struct SSLStatus;
}
@@ -152,7 +153,7 @@ void ViewSource(Browser* browser, content::WebContents* tab);
void ViewSource(Browser* browser,
content::WebContents* tab,
const GURL& url,
- const std::string& content_state);
+ const content::PageState& page_state);
void ViewSelectedSource(Browser* browser);
bool CanViewSource(const Browser* browser);

Powered by Google App Engine
This is Rietveld 408576698