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

Side by Side Diff: chrome/browser/ui/webui/options/options_browsertest.cc

Issue 7237030: Added options browser_tests using the generator and js handler framework. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/settings/options/, moved .cc into options dir, addressed JS readability. Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "chrome/browser/ui/webui/web_ui_browsertest.h"
6 #include "googleurl/src/gurl.h"
James Hawkins 2011/07/08 00:03:33 Unused: remove.
Sheridan Rawlins 2011/07/08 22:45:49 These are moot with full generation (no need for .
7 #include "testing/gtest/include/gtest/gtest.h"
James Hawkins 2011/07/08 00:03:33 Unused: remove.
8
9 // crbug.com/88104 - v8_shell#host doesn't build when host=="arm".
10 #if !defined(ARCH_CPU_ARM_FAMILY)
11
12 typedef WebUIBrowserTest SettingsWebUITest;
13
14 #include "chrome/test/data/webui/options-inl.h"
15
16 #endif // !defined(ARCH_CPU_ARM_FAMILY)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698