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

Side by Side Diff: chrome/browser/views/indexed_db_info_view.h

Issue 4682002: Remove "name" field from indexed databases. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_VIEWS_INDEXED_DB_INFO_VIEW_H_ 5 #ifndef CHROME_BROWSER_VIEWS_INDEXED_DB_INFO_VIEW_H_
6 #define CHROME_BROWSER_VIEWS_INDEXED_DB_INFO_VIEW_H_ 6 #define CHROME_BROWSER_VIEWS_INDEXED_DB_INFO_VIEW_H_
7 #pragma once 7 #pragma once
8 8
9 #include "views/view.h" 9 #include "views/view.h"
10 #include "chrome/browser/browsing_data_indexed_db_helper.h" 10 #include "chrome/browser/browsing_data_indexed_db_helper.h"
(...skipping 27 matching lines...) Expand all
38 protected: 38 protected:
39 // views::View overrides: 39 // views::View overrides:
40 virtual void ViewHierarchyChanged( 40 virtual void ViewHierarchyChanged(
41 bool is_add, views::View* parent, views::View* child); 41 bool is_add, views::View* parent, views::View* child);
42 42
43 private: 43 private:
44 // Set up the view layout 44 // Set up the view layout
45 void Init(); 45 void Init();
46 46
47 // Individual property labels 47 // Individual property labels
48 views::Textfield* name_value_field_;
49 views::Textfield* origin_value_field_; 48 views::Textfield* origin_value_field_;
50 views::Textfield* size_value_field_; 49 views::Textfield* size_value_field_;
51 views::Textfield* last_modified_value_field_; 50 views::Textfield* last_modified_value_field_;
52 51
53 DISALLOW_COPY_AND_ASSIGN(IndexedDBInfoView); 52 DISALLOW_COPY_AND_ASSIGN(IndexedDBInfoView);
54 }; 53 };
55 54
56 #endif // CHROME_BROWSER_VIEWS_INDEXED_DB_INFO_VIEW_H_ 55 #endif // CHROME_BROWSER_VIEWS_INDEXED_DB_INFO_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/tab_specific_content_settings.cc ('k') | chrome/browser/views/indexed_db_info_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698