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

Unified Diff: athena/common/switches.h

Issue 322503005: Athena's FocusManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« no previous file with comments | « athena/athena.gyp ('k') | athena/common/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/common/switches.h
diff --git a/components/feedback/feedback_switches.cc b/athena/common/switches.h
similarity index 54%
copy from components/feedback/feedback_switches.cc
copy to athena/common/switches.h
index 74f1bec27ce1771c7f207378af34e8a76c4167cf..ce68164e8125168b1cacfec9d5a3c05d32bb5eba 100644
--- a/components/feedback/feedback_switches.cc
+++ b/athena/common/switches.h
@@ -2,12 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/feedback/feedback_switches.h"
+#ifndef ATHENA_COMMON_SWITCHES_H_
+#define ATHENA_COMMON_SWITCHES_H_
+namespace athena {
namespace switches {
-// Alternative feedback server to use when submitting user feedback
-const char kFeedbackServer[] = "feedback-server";
+bool IsDebugAcceleratorsEnabled();
} // namespace switches
+} // namespace athena
+#endif // ATHENA_COMMON_SWITCHES_H_
« no previous file with comments | « athena/athena.gyp ('k') | athena/common/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698