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

Unified Diff: chrome/browser/browser_about_handler.h

Issue 27169: Linux: add splash screen (Closed)
Patch Set: ... Created 11 years, 10 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/browser.cc ('k') | chrome/browser/browser_about_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_about_handler.h
diff --git a/chrome/browser/browser_about_handler.h b/chrome/browser/browser_about_handler.h
index c90d42df61d9a5c2a9a475d53f54f4f0d738de1d..21ffb27ebf8c695aac3a420aad9868e75ed0d430 100644
--- a/chrome/browser/browser_about_handler.h
+++ b/chrome/browser/browser_about_handler.h
@@ -71,6 +71,9 @@ class BrowserAboutHandler : public WebContents {
// information about current state.
static void AboutMemory(AboutSource*, int request_id);
+ // This displays the Linux splash screen for development releases.
+ static std::string AboutLinuxSplash();
+
private:
ChromeURLDataManager::DataSource* about_source_;
DISALLOW_COPY_AND_ASSIGN(BrowserAboutHandler);
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/browser_about_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698