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

Unified Diff: chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm

Issue 11363250: Allow Chrome apps to create Ash Panels (apps v2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Multi-icon support Created 8 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
Index: chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm
diff --git a/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm b/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm
index 779564f8f17bd1ea98fa004d32c616eabfee1071..71062a269cd22bc64441de98a61687c8c137bf3b 100644
--- a/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm
+++ b/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm
@@ -189,7 +189,7 @@
ShellWindowCocoa::ShellWindowCocoa(ShellWindow* shell_window,
const ShellWindow::CreateParams& params)
: shell_window_(shell_window),
- has_frame_(params.frame == ShellWindow::CreateParams::FRAME_CHROME),
+ has_frame_(params.frame == ShellWindow::FRAME_CHROME),
attention_request_id_(0),
use_system_drag_(true) {
// Flip coordinates based on the primary screen.

Powered by Google App Engine
This is Rietveld 408576698