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

Unified Diff: chrome/browser/chrome_browser_parts_aura.cc

Issue 8509027: Add status area to Aura builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move status area view ids back to chromeos Created 9 years, 1 month 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/app/generated_resources.grd ('k') | chrome/browser/chromeos/frame/browser_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_parts_aura.cc
diff --git a/chrome/browser/chrome_browser_parts_aura.cc b/chrome/browser/chrome_browser_parts_aura.cc
index 5dbcada6312e5d2ecbdbf9c34b09ddf44f020ec5..a2907e15611084e1a90330d84b716245dd5ff1a2 100644
--- a/chrome/browser/chrome_browser_parts_aura.cc
+++ b/chrome/browser/chrome_browser_parts_aura.cc
@@ -37,7 +37,7 @@ void ChromeBrowserPartsAura::PreMainMessageLoopRun() {
#endif
// Shell takes ownership of ChromeShellDelegate.
- aura_shell::Shell::GetInstance()->SetDelegate(new ChromeShellDelegate);
+ aura_shell::Shell::CreateInstance(new ChromeShellDelegate);
}
bool ChromeBrowserPartsAura::MainMessageLoopRun(int* result_code) {
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698