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

Unified Diff: ash/first_run/first_run_delegate.cc

Issue 26277006: Created ash::FirstRunHelper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments addressed. Created 7 years, 2 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: ash/first_run/first_run_delegate.cc
diff --git a/ash/cancel_mode.h b/ash/first_run/first_run_delegate.cc
similarity index 51%
copy from ash/cancel_mode.h
copy to ash/first_run/first_run_delegate.cc
index 915fe43c4905f10cfbd42ae958a30f607b408efd..8d26c89bccdce5af8b669f0b71b6efaa3a1f6ba1 100644
--- a/ash/cancel_mode.h
+++ b/ash/first_run/first_run_delegate.cc
@@ -2,14 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_CANCEL_MODE_H_
-#define ASH_CANCEL_MODE_H_
+#include "ash/first_run/first_run_delegate.h"
namespace ash {
-// Sends OnHostCancelMode() to all RootWindows.
-void DispatchCancelMode();
+FirstRunDelegate::FirstRunDelegate() {}
+FirstRunDelegate::~FirstRunDelegate() {}
-} // namespace ash
+} // namespace chromeos
-#endif // ASH_CANCEL_MODE_H_

Powered by Google App Engine
This is Rietveld 408576698