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

Unified Diff: content/common/frame_param.h

Issue 100473010: Adding RenderWidgetHostViewChildFrame for OOPIF view. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comment. also squished change locally. Created 7 years 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: content/common/frame_param.h
diff --git a/build/android/tests/multiple_proguards/src/dummy/DummyActivity.java b/content/common/frame_param.h
similarity index 51%
copy from build/android/tests/multiple_proguards/src/dummy/DummyActivity.java
copy to content/common/frame_param.h
index 291a8100f394307d471d69237eee321c2a5fcc7f..e889aab5aa39148c45bae9fb5d272dc6cd001922 100644
--- a/build/android/tests/multiple_proguards/src/dummy/DummyActivity.java
+++ b/content/common/frame_param.h
@@ -2,13 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package dummy;
+#ifndef CONTENT_COMMON_FRAME_PARAM_H_
+#define CONTENT_COMMON_FRAME_PARAM_H_
-import android.app.Activity;
-import android.os.Bundle;
+#include "content/common/frame_param_macros.h"
-/**
- * Dummy activity to build apk.
- */
-public class DummyActivity extends Activity {
-}
+#endif // CONTENT_COMMON_FRAME_PARAM_H_

Powered by Google App Engine
This is Rietveld 408576698