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

Unified Diff: chrome/browser/apps/app_browsertest.cc

Issue 67923002: Fixes for -Wunused-function on Linux, Android and ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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: chrome/browser/apps/app_browsertest.cc
diff --git a/chrome/browser/apps/app_browsertest.cc b/chrome/browser/apps/app_browsertest.cc
index c7be206135c04f271102d133703ef29a3d046c99..402c83113632f1cbd6ca5dd7503564480eadd6b2 100644
--- a/chrome/browser/apps/app_browsertest.cc
+++ b/chrome/browser/apps/app_browsertest.cc
@@ -173,6 +173,7 @@ class ScopedPreviewTestingDelegate : PrintPreviewUI::TestingDelegate {
gfx::Size dialog_size_;
};
+#if !defined(OS_CHROMEOS)
bool CopyTestDataAndSetCommandLineArg(
Nico 2013/11/10 05:07:09 This function should be in !defined(OS_WIN) since
hans 2013/11/11 19:29:51 Done.
const base::FilePath& test_data_file,
const base::FilePath& temp_dir,
@@ -187,7 +188,6 @@ bool CopyTestDataAndSetCommandLineArg(
return true;
}
-#if !defined(OS_CHROMEOS)
const char kTestFilePath[] = "platform_apps/launch_files/test.txt";
#endif

Powered by Google App Engine
This is Rietveld 408576698