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

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

Issue 14620014: Fixes couple of bugs triggered on chromeos when restoring a tab: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: resolve merge 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/ash/chrome_shell_delegate.h
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h
index 31c2ae8e8a56c4ae81c81f0a58137439a6dcc815..9bdc0a4e8b5d571081c11c5d911fd06fd8b9763d 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.h
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
@@ -104,6 +104,8 @@ class ChromeShellDelegate : public ash::ShellDelegate,
const content::NotificationDetails& details) OVERRIDE;
private:
+ class TabRestoreHelper;
+
void PlatformInit();
// Returns the browser for active ash window if any. Otherwise it searches
@@ -120,6 +122,8 @@ class ChromeShellDelegate : public ash::ShellDelegate,
ChromeLauncherController* launcher_delegate_;
+ scoped_ptr<TabRestoreHelper> tab_restore_helper_;
+
DISALLOW_COPY_AND_ASSIGN(ChromeShellDelegate);
};
« no previous file with comments | « chrome/browser/sessions/tab_restore_service_observer.h ('k') | chrome/browser/ui/ash/chrome_shell_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698