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

Unified Diff: chrome/browser/chromeos/wm_ipc.cc

Issue 7327007: Moving notification types which are chrome specific to a new header file chrome_notification_type... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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/chromeos/wm_ipc.cc
===================================================================
--- chrome/browser/chromeos/wm_ipc.cc (revision 91880)
+++ chrome/browser/chromeos/wm_ipc.cc (working copy)
@@ -303,7 +303,7 @@
&value)) {
layout_mode_ = static_cast<WmIpcLayoutMode>(value);
NotificationService::current()->Notify(
- NotificationType::LAYOUT_MODE_CHANGED,
+ chrome::LAYOUT_MODE_CHANGED,
Source<WmIpc>(this),
Details<WmIpcLayoutMode>(&layout_mode_));
} else {

Powered by Google App Engine
This is Rietveld 408576698