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

Unified Diff: athena/extensions/athena_native_app_window_views.cc

Issue 563083003: V2 app support step3: Athena's NativeAppWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: athena/extensions/athena_native_app_window_views.cc
diff --git a/athena/home/home_card_constants.cc b/athena/extensions/athena_native_app_window_views.cc
similarity index 51%
copy from athena/home/home_card_constants.cc
copy to athena/extensions/athena_native_app_window_views.cc
index 39d54544506d313f42b28d72fa66e6a58ced783a..4f93fa02cafddeca3493d4fc9fab0440495360e2 100644
--- a/athena/home/home_card_constants.cc
+++ b/athena/extensions/athena_native_app_window_views.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "athena/home/home_card_constants.h"
+#include "athena/extensions/athena_native_app_window_views.h"
namespace athena {
-const int kHomeCardHeight = 100;
-const int kHomeCardMinimizedHeight = 6;
-const int kHomeCardSearchBoxId = 1000;
+views::WebView* AthenaNativeAppWindowViews::GetWebView() {
+ return web_view();
+}
-} // namespace athena
+} // namespace
Jun Mukai 2014/09/18 17:38:05 namespace athena
oshima 2014/09/18 18:16:28 Done.

Powered by Google App Engine
This is Rietveld 408576698