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

Unified Diff: mojo/services/html_viewer/html_document_view.cc

Issue 393983004: Move mojo/examples/html_viewer to mojo/services/html_viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort Created 6 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: mojo/services/html_viewer/html_document_view.cc
diff --git a/mojo/examples/html_viewer/html_document_view.cc b/mojo/services/html_viewer/html_document_view.cc
similarity index 95%
rename from mojo/examples/html_viewer/html_document_view.cc
rename to mojo/services/html_viewer/html_document_view.cc
index 654161abd64e0fc51d93d9b056e341d985357cc0..2b32f8167c8aee1180e618ac77d33e1f6d192a10 100644
--- a/mojo/examples/html_viewer/html_document_view.cc
+++ b/mojo/services/html_viewer/html_document_view.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/examples/html_viewer/html_document_view.h"
+#include "mojo/services/html_viewer/html_document_view.h"
#include "base/bind.h"
#include "base/location.h"
#include "base/single_thread_task_runner.h"
#include "base/thread_task_runner_handle.h"
-#include "mojo/examples/html_viewer/blink_input_events_type_converters.h"
-#include "mojo/examples/html_viewer/webstoragenamespace_impl.h"
-#include "mojo/examples/html_viewer/weburlloader_impl.h"
+#include "mojo/services/html_viewer/blink_input_events_type_converters.h"
+#include "mojo/services/html_viewer/webstoragenamespace_impl.h"
+#include "mojo/services/html_viewer/weburlloader_impl.h"
#include "mojo/services/public/cpp/view_manager/node.h"
#include "mojo/services/public/cpp/view_manager/view.h"
#include "mojo/services/public/cpp/view_manager/view_observer.h"
@@ -165,7 +165,6 @@ void HTMLDocumentView::didAddMessageToConsole(
const blink::WebString& source_name,
unsigned source_line,
const blink::WebString& stack_trace) {
- printf("### console: %s\n", std::string(message.text.utf8()).c_str());
}
void HTMLDocumentView::didNavigateWithinPage(

Powered by Google App Engine
This is Rietveld 408576698