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

Unified Diff: ui/devtools/switches.cc

Issue 2374513002: Add ui devtools server (Closed)
Patch Set: Fix all header if directives Created 4 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
« ui/devtools/string_util.h ('K') | « ui/devtools/switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/devtools/switches.cc
diff --git a/ui/display/types/native_display_delegate.cc b/ui/devtools/switches.cc
similarity index 60%
copy from ui/display/types/native_display_delegate.cc
copy to ui/devtools/switches.cc
index eda782c453ee434d17a048a5437a22712ea930f0..aac63e03779b5b28d515fb916746fa89f718e508 100644
--- a/ui/display/types/native_display_delegate.cc
+++ b/ui/devtools/switches.cc
@@ -2,10 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/display/types/native_display_delegate.h"
+#include "ui/devtools/switches.h"
namespace ui {
+namespace devtools {
-NativeDisplayDelegate::~NativeDisplayDelegate() {}
+const char kEnableUiDevTools[] = "enable-ui-devtools";
sadrul 2016/10/18 01:09:15 Document that the value should be the port to use
Sarmad Hashmi 2016/10/18 02:40:49 Done.
+} // namespace devtools
} // namespace ui
« ui/devtools/string_util.h ('K') | « ui/devtools/switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698